2 references to IndexOfAny
Microsoft.Extensions.Primitives (2)
StringSegment.cs (2)
556
return
IndexOfAny
(anyOf, startIndex, Length - startIndex);
568
return
IndexOfAny
(anyOf, 0, Length);