1 write to _tempDir
Microsoft.VisualStudio.LanguageServices (1)
EditAndContinue\EditAndContinueFeedbackDiagnosticFileProvider.cs (1)
59
_tempDir
= Path.GetTempPath();
3 references to _tempDir
Microsoft.VisualStudio.LanguageServices (3)
EditAndContinue\EditAndContinueFeedbackDiagnosticFileProvider.cs (3)
60
var vsFeedbackTempDir = Path.Combine(
_tempDir
, VSFeedbackSemaphoreDir);
91
=> Path.Combine(Path.Combine(
_tempDir
, $"EnC_{_vsProcessId}", "Log"));
94
=> Path.Combine(Path.Combine(
_tempDir
, $"EnC_{_vsProcessId}", ZipFileName));