3 references to _enablePerfCounters
System.Workflow.Runtime (3)
Configuration\WorkflowRuntimeSection.cs (3)
83
[ConfigurationProperty(
_enablePerfCounters
, DefaultValue = true)]
88
return (bool)base[
_enablePerfCounters
];
92
base[
_enablePerfCounters
] = value;