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