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