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