1 write to _lazyType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PublicModel\DiscardSymbol.cs (1)
29
Interlocked.CompareExchange(ref
_lazyType
, _underlying.TypeWithAnnotations.GetPublicSymbol(), null);
2 references to _lazyType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\PublicModel\DiscardSymbol.cs (2)
27
if (
_lazyType
is null)
32
return
_lazyType
;