1 instantiation of NativeIntegerTypeMap
Microsoft.CodeAnalysis.CSharp (1)
Symbols\NativeIntegerTypeSymbol.cs (1)
230Interlocked.CompareExchange(ref _lazyTypeMap, new NativeIntegerTypeMap(this), null);
2 references to NativeIntegerTypeMap
Microsoft.CodeAnalysis.CSharp (2)
Symbols\NativeIntegerTypeSymbol.cs (2)
27private NativeIntegerTypeMap? _lazyTypeMap; 226private NativeIntegerTypeMap GetTypeMap()