1 write to _nullableAnnotationLowerBounds
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
350
_nullableAnnotationLowerBounds
= new NullableAnnotation[methodTypeParameters.Length];
4 references to _nullableAnnotationLowerBounds
Microsoft.CodeAnalysis.CSharp (4)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (4)
351
Debug.Assert(
_nullableAnnotationLowerBounds
.All(annotation => annotation.IsNotAnnotated()));
469
if (_conversions.IncludeNullability &&
_nullableAnnotationLowerBounds
[i].IsAnnotated())
655
_nullableAnnotationLowerBounds
[ordinal] =
_nullableAnnotationLowerBounds
[ordinal].Join(argumentType.NullableAnnotation);