1 write to _lazyType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Retargeting\RetargetingPropertySymbol.cs (1)
74
Interlocked.CompareExchange(ref
_lazyType
, new TypeWithAnnotations.Boxed(type), null);
2 references to _lazyType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Retargeting\RetargetingPropertySymbol.cs (2)
67
if (
_lazyType
is null)
76
return
_lazyType
.Value;