1 write to _lazyType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SubstitutedPropertySymbol.cs (1)
33
Interlocked.CompareExchange(ref
_lazyType
, new TypeWithAnnotations.Boxed(type), null);
2 references to _lazyType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\SubstitutedPropertySymbol.cs (2)
30
if (
_lazyType
== null)
36
return
_lazyType
.Value;