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