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