8 references to IndexOf
Microsoft.AspNetCore.Http (2)
src\Http\Shared\CookieHeaderParserShared.cs (2)
92
var separatorIndex = value.
IndexOf
(';', current);
111
var separatorIndex = value.
IndexOf
(';', current);
Microsoft.AspNetCore.Http.Abstractions (1)
HostString.cs (1)
363
&& value.
IndexOf
(':', index + 1) >= 0)
Microsoft.Net.Http.Headers (5)
SetCookieHeaderValue.cs (3)
693
var end = input.
IndexOf
(';', offset);
699
end = input.
IndexOf
(',', offset);
704
var commaPosition = input.
IndexOf
(',', offset);
src\Http\Shared\CookieHeaderParserShared.cs (2)
92
var separatorIndex = value.
IndexOf
(';', current);
111
var separatorIndex = value.
IndexOf
(';', current);