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