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