2 writes to m_nativeInst
System.Core (2)
System\Diagnostics\PerformanceData\CounterSetInstance.cs (2)
45m_nativeInst = UnsafeNativeMethods.PerfCreateInstance( 106m_nativeInst = null;
6 references to m_nativeInst
System.Core (6)
System\Diagnostics\PerformanceData\CounterSetInstance.cs (5)
47int Status = (int) ((m_nativeInst != null) ? UnsafeNativeMethods.ERROR_SUCCESS : Marshal.GetLastWin32Error()); 48if (m_nativeInst != null) { 99if (m_nativeInst != null) { 101if (m_nativeInst != null) { 104uint Status = UnsafeNativeMethods.PerfDeleteInstance(m_counterSet.m_provider.m_hProvider, m_nativeInst);
System\Diagnostics\PerformanceData\CounterSetInstanceCounterDataSet.cs (1)
141m_instance.m_nativeInst,