3 instantiations of PerformanceCounterCategory
System (3)
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (3)
255
return new
PerformanceCounterCategory
(categoryName, machineName);
514
categories[index] = new
PerformanceCounterCategory
(categoryNames[index], machineName);
566
PerformanceCounterCategory category = new
PerformanceCounterCategory
(categoryName, machineName);
21 references to PerformanceCounterCategory
System (14)
net\System\Net\_NetworkingPerfCounters.cs (1)
189
if (!
PerformanceCounterCategory
.Exists(categoryName))
services\monitoring\system\diagnosticts\CounterCreationData.cs (2)
73
PerformanceCounterCategory
.CheckValidCounter(value);
90
PerformanceCounterCategory
.CheckValidHelp(value);
services\monitoring\system\diagnosticts\InstanceDataCollection.cs (1)
16
/// <see cref='System.Diagnostics.
PerformanceCounterCategory
.ReadCategory'/> method.
services\monitoring\system\diagnosticts\InstanceDataCollectionCollection.cs (1)
15
/// The collection returned from the <see cref='System.Diagnostics.
PerformanceCounterCategory
.ReadCategory'/> method.
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (9)
204
public static
PerformanceCounterCategory
Create(string categoryName, string categoryHelp, string counterName, string counterHelp) {
211
public static
PerformanceCounterCategory
Create(string categoryName, string categoryHelp, PerformanceCounterCategoryType categoryType, string counterName, string counterHelp) {
222
public static
PerformanceCounterCategory
Create(string categoryName, string categoryHelp, CounterCreationDataCollection counterData) {
228
public static
PerformanceCounterCategory
Create(string categoryName, string categoryHelp, PerformanceCounterCategoryType categoryType, CounterCreationDataCollection counterData) {
497
public static
PerformanceCounterCategory
[] GetCategories() {
504
public static
PerformanceCounterCategory
[] GetCategories(string machineName) {
512
PerformanceCounterCategory
[] categories = new
PerformanceCounterCategory
[categoryNames.Length];
566
PerformanceCounterCategory
category = new PerformanceCounterCategory(categoryName, machineName);
System.ServiceModel (6)
System\ServiceModel\Diagnostics\PerformanceCountersBase.cs (2)
53
if (
PerformanceCounterCategory
.InstanceExists(instanceName, categoryName))
79
if (
PerformanceCounterCategory
.InstanceExists(nameWithHash, categoryName))
System\ServiceModel\Diagnostics\PerformanceCountersFactory.cs (4)
164
if (
PerformanceCounterCategory
.Exists(PerformanceCounterStrings.SERVICEMODELOPERATION.OperationPerfCounters) &&
165
PerformanceCounterCategory
.Exists(PerformanceCounterStrings.SERVICEMODELENDPOINT.EndpointPerfCounters) &&
166
PerformanceCounterCategory
.Exists(PerformanceCounterStrings.SERVICEMODELSERVICE.ServicePerfCounters))
186
PerformanceCounterCategory
.Exists(dummyValue);
System.Workflow.Runtime (1)
PerformanceCounterManager.cs (1)
252
if (
PerformanceCounterCategory
.Exists(c_PerformanceCounterCategoryName))