2 references to nameSeparators
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (2)
295
idx = name.Substring(0, idx).LastIndexOfAny(
nameSeparators
);
297
idx = name.LastIndexOfAny(
nameSeparators
);