4 references to IndexOf
Microsoft.AspNetCore.Http.Abstractions (1)
HostString.cs (1)
363
&& value.
IndexOf
(':', index + 1) >= 0)
Microsoft.Net.Http.Headers (3)
SetCookieHeaderValue.cs (3)
683
var end = input.
IndexOf
(';', offset);
689
end = input.
IndexOf
(',', offset);
694
var commaPosition = input.
IndexOf
(',', offset);