1 write to s_typeNameToIndex
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\TypeNameObject.cs (1)
58s_typeNameToIndex = typeNameToIndex.ToFrozenDictionary(StringComparer.Ordinal);
4 references to s_typeNameToIndex
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\TypeNameObject.cs (4)
94Debug.Assert(stringValue is null || !s_typeNameToIndex.ContainsKey(stringValue)); 122if (s_typeNameToIndex.TryGetValue(fullName, out var index)) 138if (s_typeNameToIndex.TryGetValue(fullName, out var index)) 154if (s_typeNameToIndex.TryGetValue(fullName, out var index))