4 instantiations of DisallowNull
Microsoft.DotNet.ApiCompatibility (4)
Comparing\AttributeDataEqualityComparer.cs (1)
16
public int GetHashCode([
DisallowNull
] AttributeData obj) => throw new NotImplementedException();
Comparing\NamedArgumentComparer.cs (1)
15
public int GetHashCode([
DisallowNull
] KeyValuePair<string, TypedConstant> obj) => throw new NotImplementedException();
Comparing\SymbolEqualityComparer.cs (1)
20
public int GetHashCode([
DisallowNull
] ISymbol obj) => GetKey(obj).GetHashCode();
Comparing\TypedConstantEqualityComparer.cs (1)
15
public int GetHashCode([
DisallowNull
] TypedConstant obj) => throw new NotImplementedException();