3 writes to _lazyUncommonProperties
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (3)
103return Interlocked.CompareExchange(ref _lazyUncommonProperties, result, null) ?? result; 106_lazyUncommonProperties = result = s_noUncommonProperties; 331_lazyUncommonProperties = new UncommonProperties()
2 references to _lazyUncommonProperties
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (2)
91var result = _lazyUncommonProperties; 321if (_lazyUncommonProperties is not null)