10 references to FindSubstringNotInQuotes
System (10)
net\System\Net\_BasicClient.cs (1)
42int index = AuthenticationManager.FindSubstringNotInQuotes(challenge, Signature);
net\System\Net\_DigestClient.cs (4)
78int index = AuthenticationManager.FindSubstringNotInQuotes(challenge, Signature); 213int index = challenge==null ? -1 : AuthenticationManager.FindSubstringNotInQuotes(challenge, Signature); 282index = AuthenticationManager.FindSubstringNotInQuotes(challenge, Signature); 412int index = challenge==null ? -1 : AuthenticationManager.FindSubstringNotInQuotes(challenge, Signature);
net\System\Net\_KerberosClient.cs (2)
43int index = AuthenticationManager.FindSubstringNotInQuotes(challenge, Signature); 170int index = challenge==null ? -1 : AuthenticationManager.FindSubstringNotInQuotes(challenge, Signature);
net\System\Net\_NegotiateClient.cs (2)
245index = AuthenticationManager.FindSubstringNotInQuotes(challenge, nego2Signature); 250index = AuthenticationManager.FindSubstringNotInQuotes(challenge, negotiateSignature);
net\System\Net\_NtlmClient.cs (1)
41int index = AuthenticationManager.FindSubstringNotInQuotes(challenge, Signature);