15 references to
System (15)
services\monitoring\system\diagnosticts\CounterCreationDataCollection.cs (1)
77
this.Add(value
[
i]);
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (12)
319
if (counterData
[
i].CounterName == null || counterData
[
i].CounterName.Length == 0) {
323
int currentSampleType = (int)counterData
[
i].CounterType;
336
currentSampleType = (int)counterData
[
i + 1].CounterType;
347
currentSampleType = (int)counterData
[
i - 1].CounterType;
363
if (h.ContainsKey(counterData
[
i].CounterName)) {
364
throw new ArgumentException(SR.GetString(SR.DuplicateCounterName, counterData
[
i].CounterName));
367
h.Add(counterData
[
i].CounterName, String.Empty);
370
if (counterData
[
i].CounterHelp == null || counterData
[
i].CounterHelp.Length == 0) {
371
counterData
[
i].CounterHelp = counterData
[
i].CounterName;
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (2)
477
counters[i] = creationData
[
i].CounterName;
478
counterTypes[i] = ((int) creationData
[
i].CounterType).ToString(CultureInfo.InvariantCulture);