2 writes to executorTypeName
System.Workflow.ComponentModel (2)
AuthoringOM\ActivityInterfaces.cs (2)
63this.executorTypeName = executorType.AssemblyQualifiedName; 68this.executorTypeName = executorTypeName;
1 reference to executorTypeName
System.Workflow.ComponentModel (1)
AuthoringOM\ActivityInterfaces.cs (1)
75return this.executorTypeName;