3 references to _name
System.Workflow.Runtime (3)
Configuration\WorkflowRuntimeSection.cs (3)
57
[ConfigurationProperty(
_name
, DefaultValue = "")]
62
return (string)base[
_name
];
66
base[
_name
] = value;