6 references to Default
System.ServiceModel (6)
System\ServiceModel\Configuration\DiagnosticSection.cs (1)
39
[ConfigurationProperty(ConfigurationStrings.PerformanceCounters, DefaultValue = PerformanceCounterScope.
Default
)]
System\ServiceModel\Configuration\Properties.cs (1)
1069
properties.Add(new ConfigurationProperty("performanceCounters", typeof(System.ServiceModel.Diagnostics.PerformanceCounterScope), System.ServiceModel.Diagnostics.PerformanceCounterScope.
Default
, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.Diagnostics.PerformanceCounterScopeHelper)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Diagnostics\PerformanceCounters.cs (3)
57
(PerformanceCounters.scope != PerformanceCounterScope.
Default
);
65
return (PerformanceCounters.scope == PerformanceCounterScope.
Default
);
76
if (scope == PerformanceCounterScope.
Default
)
System\ServiceModel\Diagnostics\PerformanceCounterScope.cs (1)
22
|| value == PerformanceCounterScope.
Default