1 instantiation of InstanceDataCollection
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\PerformanceCounterLib.cs (1)
1764InstanceDataCollection 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)
21public InstanceDataCollection this[string counterName] 29return (InstanceDataCollection)Dictionary[objectName]; 46internal void Add(string counterName, InstanceDataCollection value) 60public void CopyTo(InstanceDataCollection[] counters, int index)
System\Diagnostics\PerformanceCounterLib.cs (2)
1761internal InstanceDataCollection ReadInstanceData(string counterName) 1764InstanceDataCollection data = new InstanceDataCollection(counterName);