4 references to elementDecorators
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (4)
84if (elementTypeFullName.LastIndexOfAny(elementDecorators) == -1) 594int elementCharPosition = fullName.LastIndexOfAny(elementDecorators); 985int elementCharPosition = Name.LastIndexOfAny(elementDecorators); 991int elementCharPosition = Name.LastIndexOfAny(elementDecorators);