2 references to nameSeparators
System.WorkflowServices (2)
System\Workflow\Activities\ContractType.cs (2)
52idx = this.name.Substring(0, idx).LastIndexOfAny(nameSeparators); 56idx = this.name.LastIndexOfAny(nameSeparators);