3 references to ToKey
Microsoft.CodeAnalysis.CSharp (3)
Symbols\NonMissingAssemblySymbol.cs (3)
191if (_emittedNameToTypeMap.TryGetValue(emittedName.ToKey(), out result)) 205return _emittedNameToTypeMap[mdName.ToKey()]; 224result1 = _emittedNameToTypeMap.GetOrAdd(emittedName.ToKey(), result);