2 references to c_InitialTableSize
System.Private.Uri (2)
System\UriSyntax.cs (2)
97private static Hashtable s_tempTable = new Hashtable(c_InitialTableSize); // Hashtable used instead of Dictionary<> for lock-free reads 208s_tempTable = new Hashtable(c_InitialTableSize);