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