4 instantiations of PrefixLookup
System (4)
net\System\Net\_AuthenticationManager2.cs (2)
26this.moduleBinding = new PrefixLookup(); 32this.moduleBinding = new PrefixLookup(maxPrefixLookupEntries);
net\System\Net\_AuthenticationManagerDefault.cs (1)
30private PrefixLookup moduleBinding = new PrefixLookup();
net\System\Net\_DigestClient.cs (1)
28private static PrefixLookup challengeCache = new PrefixLookup();
3 references to PrefixLookup
System (3)
net\System\Net\_AuthenticationManager2.cs (1)
21private PrefixLookup moduleBinding = null;
net\System\Net\_AuthenticationManagerDefault.cs (1)
30private PrefixLookup moduleBinding = new PrefixLookup();
net\System\Net\_DigestClient.cs (1)
28private static PrefixLookup challengeCache = new PrefixLookup();