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