コード例 #1
0
ファイル: ConstantValues.cs プロジェクト: shalang/ILSpy
 int ISupportsInterning.GetHashCodeForInterning()
 {
     return(expression.GetHashCode()
            ^ (parentUsingScope != null ? parentUsingScope.GetHashCode() : 0)
            ^ (parentTypeDefinition != null ? parentTypeDefinition.GetHashCode() : 0));
 }