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