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