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