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