2 references to IndexOf
Microsoft.Extensions.Primitives (2)
StringValues.cs (2)
308
return
IndexOf
(item);
341
return
IndexOf
(item) >= 0;