1 write to _lazyType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PublicModel\FieldSymbol.cs (1)
44
Interlocked.CompareExchange(ref
_lazyType
, _underlying.TypeWithAnnotations.GetPublicSymbol(), null);
2 references to _lazyType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\PublicModel\FieldSymbol.cs (2)
42
if (
_lazyType
is null)
47
return
_lazyType
;