1 instantiation of InstanceDataCollection
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\PerformanceCounterLib.cs (1)
1764
InstanceDataCollection data = new
InstanceDataCollection
(counterName);
7 references to InstanceDataCollection
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
505
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.
InstanceDataCollection
))]
System.Diagnostics.PerformanceCounter (6)
System\Diagnostics\InstanceDataCollectionCollection.cs (4)
21
public
InstanceDataCollection
this[string counterName]
29
return (
InstanceDataCollection
)Dictionary[objectName];
46
internal void Add(string counterName,
InstanceDataCollection
value)
60
public void CopyTo(
InstanceDataCollection
[] counters, int index)
System\Diagnostics\PerformanceCounterLib.cs (2)
1761
internal
InstanceDataCollection
ReadInstanceData(string counterName)
1764
InstanceDataCollection
data = new InstanceDataCollection(counterName);