1 implementation of GetTempPath
Microsoft.TestPlatform.CoreUtilities (1)
Helpers\FileHelper.cs (1)
117public string GetTempPath()
1 reference to GetTempPath
Microsoft.TestPlatform.CrossPlatEngine (1)
PostProcessing\ArtifactProcessingManager.cs (1)
68_processArtifactFolder = Path.Combine(_fileHelper.GetTempPath(), _testSessionCorrelationId);