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