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