1 override of ReceiverNullableAnnotation
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ReducedExtensionMethodSymbol.cs (1)
254
internal override CodeAnalysis.NullableAnnotation
ReceiverNullableAnnotation
=>
2 references to ReceiverNullableAnnotation
Microsoft.CodeAnalysis.CSharp (2)
Symbols\PublicModel\MethodSymbol.cs (2)
179
Interlocked.CompareExchange(ref _lazyReceiverType, _underlying.ReceiverType?.GetITypeSymbol(_underlying.
ReceiverNullableAnnotation
), null);
186
CodeAnalysis.NullableAnnotation IMethodSymbol.ReceiverNullableAnnotation => _underlying.
ReceiverNullableAnnotation
;