1 write to _lazyNativeIntegerTypes
Microsoft.CodeAnalysis.CSharp (1)
Symbols\MetadataOrSourceAssemblySymbol.cs (1)
139Interlocked.CompareExchange(ref _lazyNativeIntegerTypes, new NativeIntegerTypeSymbol[2], null);
4 references to _lazyNativeIntegerTypes
Microsoft.CodeAnalysis.CSharp (4)
Symbols\MetadataOrSourceAssemblySymbol.cs (4)
137if (_lazyNativeIntegerTypes == null) 149if (_lazyNativeIntegerTypes[index] is null) 151Interlocked.CompareExchange(ref _lazyNativeIntegerTypes[index], new NativeIntegerTypeSymbol(underlyingType), null); 154return _lazyNativeIntegerTypes[index];