3 references to IndexOfAny
mscorlib (2)
system\string.cs (2)
2286
return
IndexOfAny
(anyOf,0, this.Length);
2291
return
IndexOfAny
(anyOf, startIndex, this.Length - startIndex);
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (1)
602
if (s.
IndexOfAny
(InvalidFileNameChars, 0, length) >= 0)