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