1 write to s_typeMap
Microsoft.CodeAnalysis.CodeStyle (1)
ObjectWriter.cs (1)
930s_typeMap = new Dictionary<Type, TypeCode>
5 references to s_typeMap
Microsoft.CodeAnalysis.CodeStyle (5)
ObjectWriter.cs (5)
304Debug.Assert(s_typeMap[elementType] == TypeCode.UInt8); 556if (s_typeMap.TryGetValue(elementType, out var elementKind)) 613Debug.Assert(s_typeMap[type] == kind); 782Debug.Assert(s_typeMap[type] == kind); 950foreach (var kvp in s_typeMap)