16 references to CounterCreationData
System (2)
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (2)
205CounterCreationData customData = new CounterCreationData(counterName, counterHelp, PerformanceCounterType.NumberOfItems32); 212CounterCreationData customData = new CounterCreationData(counterName, counterHelp, PerformanceCounterType.NumberOfItems32);
System.Data (14)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (14)
25static internal readonly CounterCreationData HardConnectsPerSecond = new CounterCreationData( 30static internal readonly CounterCreationData HardDisconnectsPerSecond = new CounterCreationData( 35static internal readonly CounterCreationData SoftConnectsPerSecond = new CounterCreationData( 40static internal readonly CounterCreationData SoftDisconnectsPerSecond = new CounterCreationData( 45static internal readonly CounterCreationData NumberOfNonPooledConnections = new CounterCreationData( 50static internal readonly CounterCreationData NumberOfPooledConnections = new CounterCreationData( 55static internal readonly CounterCreationData NumberOfActiveConnectionPoolGroups = new CounterCreationData( 60static internal readonly CounterCreationData NumberOfInactiveConnectionPoolGroups = new CounterCreationData( 65static internal readonly CounterCreationData NumberOfActiveConnectionPools = new CounterCreationData( 70static internal readonly CounterCreationData NumberOfInactiveConnectionPools = new CounterCreationData( 75static internal readonly CounterCreationData NumberOfActiveConnections = new CounterCreationData( 80static internal readonly CounterCreationData NumberOfFreeConnections = new CounterCreationData( 85static internal readonly CounterCreationData NumberOfStasisConnections = new CounterCreationData( 90static internal readonly CounterCreationData NumberOfReclaimedConnections = new CounterCreationData(