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