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