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