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