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