1 write to _lazyType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SubstitutedFieldSymbol.cs (1)
32
Interlocked.CompareExchange(ref
_lazyType
, new TypeWithAnnotations.Boxed(type), null);
2 references to _lazyType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\SubstitutedFieldSymbol.cs (2)
29
if (
_lazyType
== null)
35
return
_lazyType
.Value;