4 references to enablePerfCounters
System.WorkflowServices (4)
System\ServiceModel\Configuration\WorkflowRuntimeElement.cs (4)
68
[ConfigurationProperty(
enablePerfCounters
, DefaultValue = true)]
73
return (bool) base[
enablePerfCounters
];
77
base[
enablePerfCounters
] = value;
127
configProperties.Add(new ConfigurationProperty(
enablePerfCounters
, typeof(bool), true));