8 references to CounterSetInstanceType
System.Core (1)
System.Core.cs (1)
62
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.PerformanceData.
CounterSetInstanceType
))]
System.Diagnostics.PerformanceCounter (7)
System\Diagnostics\PerformanceData\CounterSet.cs (2)
22
internal
CounterSetInstanceType
_instType;
34
public CounterSet(Guid providerGuid, Guid counterSetGuid,
CounterSetInstanceType
instanceType)
System\Diagnostics\PerformanceData\CounterSetInstance.cs (1)
58
if (_counterSet._instType ==
CounterSetInstanceType
.Single)
System\Diagnostics\PerformanceData\PerfProviderCollection.cs (4)
37
private static readonly
CounterSetInstanceType
[] s_counterSetInstanceTypes = Enum.GetValues<
CounterSetInstanceType
>();
126
internal static bool ValidateCounterSetInstanceType(
CounterSetInstanceType
inCounterSetInstanceType)
128
foreach (
CounterSetInstanceType
DefinedCounterSetInstanceType in s_counterSetInstanceTypes)