1 write to symbolFilePath
System (1)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
240
symbolFilePath
= Path.GetTempFileName();
3 references to symbolFilePath
System (3)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (3)
224
if (
symbolFilePath
== null) {
226
if (
symbolFilePath
== null) {
249
return
symbolFilePath
;