1 write to s_symbolFilePath
System.Diagnostics.PerformanceCounter (1)
System\Diagnostics\PerformanceCounterLib.cs (1)
274
s_symbolFilePath
= Path.GetTempFileName();
3 references to s_symbolFilePath
System.Diagnostics.PerformanceCounter (3)
System\Diagnostics\PerformanceCounterLib.cs (3)
266
if (
s_symbolFilePath
== null)
270
if (
s_symbolFilePath
== null)
282
return
s_symbolFilePath
;