28 references to IndexOfAny
mscorlib (8)
system\globalization\datetimeparse.cs (2)
4560int wsIndex = target.IndexOfAny(WhiteSpaceChecks, targetPosition); 4593} while ((wsIndex = target.IndexOfAny(WhiteSpaceChecks, targetPosition)) >= 0);
system\globalization\idnmapping.cs (1)
576iNextDot = unicode.IndexOfAny(M_Dots, iAfterLastDot);
system\reflection\emit\modulebuilder.cs (1)
909int i = className.IndexOfAny(new char[]{'[', '*', '&'}, startIndex);
system\security\policy\netcodegroup.cs (1)
465while (start < str.Length && (idx = str.IndexOfAny(c_SomeRegexChars, start)) != -1)
system\security\securityelement.cs (1)
529index = str.IndexOfAny( s_escapeChars, newIndex );
system\security\util\urlstring.cs (2)
304portIndex = temp.IndexOfAny(separators,ketIndex); 308portIndex = temp.IndexOfAny(separators,Rindex);
System (2)
net\System\Net\mail\SmtpDateTime.cs (1)
312int indexOfTimeZoneSeparator = data.IndexOfAny(allowedWhiteSpaceChars, indexOfHourSeparator);
net\System\Net\WebUtility.cs (1)
188int index = value.IndexOfAny(_htmlEntityEndingChars, i + 1);
System.Data.Entity.Design (3)
System\Data\EntityModel\Emitters\FixUpCollection.cs (3)
336int end = line.IndexOfAny(_CSEndOfClassDelimiters, index); 406if (line.IndexOfAny(_CSFieldMarkers, 0) >= 0) 677int end = line.IndexOfAny(_VBEndOfClassDelimiters, index);
System.Data.Services.Design (3)
System\Data\EntityModel\Emitters\FixUpCollection.cs (3)
332int end = line.IndexOfAny(_CSEndOfClassDelimiters, index); 402if (line.IndexOfAny(_CSFieldMarkers, 0) >= 0) 673int end = line.IndexOfAny(_VBEndOfClassDelimiters, index);
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
565int newPos = value.IndexOfAny(find, pos);
System.Web (6)
CrossSiteScriptingValidation.cs (1)
135int n = s.IndexOfAny(startingChars, i);
Hosting\IIS7WorkerRequest.cs (1)
1257int ci = s.IndexOfAny(s_ColonOrNL, i);
Hosting\ISAPIWorkerRequest.cs (1)
733int ci = s.IndexOfAny(s_ColonOrNL, i);
UI\Control.cs (1)
3160int newPathOffset = id.IndexOfAny(findControlSeparators, pathOffset);
UI\DataBinder.cs (1)
217int indexExprEnd = expr.IndexOfAny(indexExprEndChars, indexExprStart + 1);
Util\FileUtil.cs (1)
330if (name.IndexOfAny(_invalidFileNameChars, 0) != -1) {
System.Web.Mobile (1)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (1)
1284pos = value.IndexOfAny(_attributeCharacters, startPos);
System.Web.Services (1)
System\Web\Services\Protocols\RequestResponse.cs (1)
213int index = s.IndexOfAny(s_entityEndingChars, i + 1);
WindowsBase (3)
Base\MS\Internal\AvTrace.cs (2)
429formatIndex = s.IndexOfAny(FormatChars, formatIndex+2); 438formatIndex = s.IndexOfAny(FormatChars, index);
Base\MS\Internal\ContentType.cs (1)
507int lwsIndex = s.IndexOfAny(_LinearWhiteSpaceChars, startIndex);