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