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)
351Debug.Assert(_nullableAnnotationLowerBounds.All(annotation => annotation.IsNotAnnotated())); 469if (_conversions.IncludeNullability && _nullableAnnotationLowerBounds[i].IsAnnotated()) 655_nullableAnnotationLowerBounds[ordinal] = _nullableAnnotationLowerBounds[ordinal].Join(argumentType.NullableAnnotation);