1 write to iniFilePath
System (1)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
193
iniFilePath
= Path.GetTempFileName();
3 references to iniFilePath
System (3)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (3)
184
if (
iniFilePath
== null) {
186
if (
iniFilePath
== null) {
202
return
iniFilePath
;