5 references to IgnoringNullable
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Lookup.cs (1)
1133
seenInterfaces = new HashSet<NamedTypeSymbol>(Symbols.SymbolEqualityComparer.
IgnoringNullable
);
Binder\Semantics\BestTypeInferrer.cs (1)
68
IEqualityComparer<TypeSymbol> comparer = conversions.IncludeNullability ? Symbols.SymbolEqualityComparer.ConsiderEverything : Symbols.SymbolEqualityComparer.
IgnoringNullable
;
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
60
= PooledDictionary<NamedTypeSymbol, NamedTypeSymbol>.CreatePool(Symbols.SymbolEqualityComparer.
IgnoringNullable
);
Symbols\Source\ExplicitInterfaceHelpers.cs (1)
225
if (setCount > 0 && set.Contains(explicitInterfaceNamedType, Symbols.SymbolEqualityComparer.
IgnoringNullable
))
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (1)
468
else if (result == HasBaseTypeDeclaringInterfaceResult.NoMatch && set.Contains(@interface, Symbols.SymbolEqualityComparer.
IgnoringNullable
))