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)
178if (String.IsNullOrEmpty(_tempPath)) 183return _tempPath;