4 references to ToUInt64Key
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Net\WebUtility.cs (4)
678Debug.Assert(s_lookupTable[ToUInt64Key("quot")] == '\x0022'); 679Debug.Assert(s_lookupTable[ToUInt64Key("alpha")] == '\x03b1'); 680Debug.Assert(s_lookupTable[ToUInt64Key("diams")] == '\x2666'); 965s_lookupTable.TryGetValue(ToUInt64Key(entity), out char result);