1 write to _lazyReceiverType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PublicModel\MethodSymbol.cs (1)
178
Interlocked.CompareExchange(ref
_lazyReceiverType
, _underlying.ReceiverType?.GetITypeSymbol(_underlying.ReceiverNullableAnnotation), null);
2 references to _lazyReceiverType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\PublicModel\MethodSymbol.cs (2)
176
if (
_lazyReceiverType
is null)
181
return
_lazyReceiverType
;