4 references to IndexOf
System.Net.Primitives (4)
System\Net\CookieCollection.cs (3)
71
int idx =
IndexOf
(cookie);
99
return
IndexOf
(cookie) >= 0;
104
int idx =
IndexOf
(cookie);
System\Net\CookieContainer.cs (1)
304
int idx = cookies.
IndexOf
(cookie);