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