2 writes to validatorTypeName
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\Validation\ValidatorAttribute.cs (2)
15this.validatorTypeName = validatorType.AssemblyQualifiedName; 20this.validatorTypeName = validatorTypeName;
1 reference to validatorTypeName
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\Validation\ValidatorAttribute.cs (1)
27return this.validatorTypeName;