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