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