20 references to LastIndexOfAny
mscorlib (3)
system\AppDomainSetup.cs (1)
238
int i = imageLocation.
LastIndexOfAny
(sep);
system\runtime\remoting\soapinteroptypes.cs (2)
1615
int index = value.
LastIndexOfAny
(validateChar);
1673
int index = value.
LastIndexOfAny
(validateChar);
System.Web (2)
MimeMapping.cs (1)
69
int pathSeparatorIndex = path.
LastIndexOfAny
(_pathSeparatorChars);
Util\UrlPath.cs (1)
376
int iPos = to.
LastIndexOfAny
(s_slashChars);
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
437
int slashIndex = _currentChartImageLocation.
LastIndexOfAny
(slashesArray);
System.Web.Extensions (1)
Compilation\WCFModel\MetadataFile.cs (1)
501
int i = ns.
LastIndexOfAny
(Path.GetInvalidFileNameChars());
System.Workflow.Activities (2)
Common\TypeSystemHelpers.cs (1)
59
int endIndex = inputTypeName.
LastIndexOfAny
(new char[] { ']', '&', '*' });
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
597
int prefixStart = textTillCaret.
LastIndexOfAny
(" .()[]\t\r\n".ToCharArray());
System.Workflow.ComponentModel (7)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (6)
84
if (elementTypeFullName.
LastIndexOfAny
(elementDecorators) == -1)
295
idx = name.Substring(0, idx).
LastIndexOfAny
(nameSeparators);
297
idx = name.
LastIndexOfAny
(nameSeparators);
594
int elementCharPosition = fullName.
LastIndexOfAny
(elementDecorators);
985
int elementCharPosition = Name.
LastIndexOfAny
(elementDecorators);
991
int elementCharPosition = Name.
LastIndexOfAny
(elementDecorators);
Shared\TypeSystemHelpers.cs (1)
58
int endIndex = inputTypeName.
LastIndexOfAny
(new char[] { ']', '&', '*' });
System.WorkflowServices (4)
System\Workflow\Activities\ContractType.cs (4)
52
idx = this.name.Substring(0, idx).
LastIndexOfAny
(nameSeparators);
56
idx = this.name.
LastIndexOfAny
(nameSeparators);
488
int elementCharPosition = Name.
LastIndexOfAny
(elementDecorators);
494
int elementCharPosition = Name.
LastIndexOfAny
(elementDecorators);