3 references to _type
System.Workflow.Runtime (3)
Configuration\WorkflowRuntimeServiceElement.cs (3)
35
[ConfigurationProperty(
_type
, DefaultValue = null)]
40
return (string)base[
_type
];
47
base[
_type
] = value;