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