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