3 references to ModuloReferenceTypeNullabilityDifferences
Microsoft.CodeAnalysis.CSharp (3)
Binder\ForEachLoopBinder.cs (1)
1818
interfaces = MethodTypeInferrer.
ModuloReferenceTypeNullabilityDifferences
(interfaces, VarianceKind.In);
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (2)
2312
allInterfaces =
ModuloReferenceTypeNullabilityDifferences
(allInterfaces, VarianceKind.In);
2683
allInterfaces =
ModuloReferenceTypeNullabilityDifferences
(allInterfaces, VarianceKind.Out);