6 references to Add
System (6)
net\System\Net\_AuthenticationManager2.cs (2)
280moduleBinding.Add(prefix[k], module.AuthenticationType.ToUpperInvariant()); 291moduleBinding.Add(prefix, module.AuthenticationType);
net\System\Net\_AuthenticationManagerDefault.cs (2)
427moduleBinding.Add(prefix[k], module.AuthenticationType); 438moduleBinding.Add(prefix, module.AuthenticationType);
net\System\Net\_DigestClient.cs (2)
133challengeCache.Add(prefixes[i], digestChallenge); 395challengeCache.Add(prefixes[i], digestChallenge);