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