1 write to _tempPath
Microsoft.DotNet.SignCheckLibrary (1)
Verification\SignatureVerificationResult.cs (1)
180
_tempPath
= Path.Combine(Path.GetTempPath(), "SignCheck", Path.GetRandomFileName());
2 references to _tempPath
Microsoft.DotNet.SignCheckLibrary (2)
Verification\SignatureVerificationResult.cs (2)
178
if (String.IsNullOrEmpty(
_tempPath
))
183
return
_tempPath
;