1 write to s_iniFilePath
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\PerformanceCounterLib.cs (1)
233
s_iniFilePath
= Path.GetTempFileName();
3 references to s_iniFilePath
System.Diagnostics.PerformanceCounter (3)
System\Diagnostics\PerformanceCounterLib.cs (3)
225
if (
s_iniFilePath
== null)
229
if (
s_iniFilePath
== null)
241
return
s_iniFilePath
;