1 write to m_instName
System.Core (1)
System\Diagnostics\PerformanceData\CounterSetInstance.cs (1)
43m_instName = instanceName;
4 references to m_instName
System.Core (4)
System\Diagnostics\PerformanceData\CounterSetInstance.cs (2)
46m_counterSet.m_provider.m_hProvider, ref m_counterSet.m_counterSet, m_instName, 0); 59throw new ArgumentException(SR.GetString(SR.Perflib_Argument_InstanceAlreadyExists, m_instName, m_counterSet.m_counterSet), "InstanceName");
System\Diagnostics\PerformanceData\CounterSetInstanceCounterDataSet.cs (2)
127throw new InsufficientMemoryException(SR.GetString(SR.Perflib_InsufficientMemory_InstanceCounterBlock, m_instance.m_counterSet.m_counterSet, m_instance.m_instName)); 150throw new InvalidOperationException(SR.GetString(SR.Perflib_InvalidOperation_CounterRefValue, m_instance.m_counterSet.m_counterSet, CounterDef.Key, m_instance.m_instName));