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