2 writes to m_counterSet
System.Core (2)
System\Diagnostics\PerformanceData\CounterSet.cs (1)
58
m_counterSet
= counterSetGuid;
System\Diagnostics\PerformanceData\CounterSetInstance.cs (1)
46
m_counterSet.m_provider.m_hProvider, ref m_counterSet.
m_counterSet
, m_instName, 0);
18 references to m_counterSet
System.Core (18)
System\Diagnostics\PerformanceData\CounterSet.cs (13)
60
PerfProviderCollection.RegisterCounterSet(
m_counterSet
);
77
PerfProviderCollection.UnregisterCounterSet(
m_counterSet
);
108
throw new InvalidOperationException(SR.GetString(SR.Perflib_InvalidOperation_AddCounterAfterInstance,
m_counterSet
));
113
throw new InvalidOperationException(SR.GetString(SR.Perflib_InvalidOperation_AddCounterAfterInstance,
m_counterSet
));
116
throw new ArgumentException(SR.GetString(SR.Perflib_Argument_CounterAlreadyExists, counterId,
m_counterSet
), "CounterId");
144
throw new InvalidOperationException(SR.GetString(SR.Perflib_InvalidOperation_AddCounterAfterInstance,
m_counterSet
));
149
throw new InvalidOperationException(SR.GetString(SR.Perflib_InvalidOperation_AddCounterAfterInstance,
m_counterSet
));
152
throw new ArgumentException(SR.GetString(SR.Perflib_Argument_CounterNameAlreadyExists, counterName,
m_counterSet
), "CounterName");
155
throw new ArgumentException(SR.GetString(SR.Perflib_Argument_CounterAlreadyExists, counterId,
m_counterSet
), "CounterId");
191
throw new InvalidOperationException(SR.GetString(SR.Perflib_InvalidOperation_CounterSetContainsNoCounter,
m_counterSet
));
203
throw new InsufficientMemoryException(SR.GetString(SR.Perflib_InsufficientMemory_CounterSetTemplate,
m_counterSet
, CounterSetInfoSize));
213
CounterSetInfo->CounterSetGuid =
m_counterSet
;
240
throw new ArgumentException(SR.GetString(SR.Perflib_Argument_CounterSetAlreadyRegister,
m_counterSet
), "CounterSetGuid");
System\Diagnostics\PerformanceData\CounterSetInstance.cs (3)
59
throw new ArgumentException(SR.GetString(SR.Perflib_Argument_InstanceAlreadyExists, m_instName, m_counterSet.
m_counterSet
), "InstanceName");
62
throw new InvalidOperationException( SR.GetString(SR.Perflib_InvalidOperation_CounterSetNotInstalled, m_counterSet.
m_counterSet
));
66
throw new ArgumentException(SR.GetString(SR.Perflib_Argument_InvalidInstance, m_counterSet.
m_counterSet
), "InstanceName");
System\Diagnostics\PerformanceData\CounterSetInstanceCounterDataSet.cs (2)
127
throw new InsufficientMemoryException(SR.GetString(SR.Perflib_InsufficientMemory_InstanceCounterBlock, m_instance.m_counterSet.
m_counterSet
, m_instance.m_instName));
150
throw new InvalidOperationException(SR.GetString(SR.Perflib_InvalidOperation_CounterRefValue, m_instance.m_counterSet.
m_counterSet
, CounterDef.Key, m_instance.m_instName));