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)
64
var vsFeedbackTempDir = Path.Combine(
_tempDir
, VSFeedbackSemaphoreDir);
89
=> Path.Combine(Path.Combine(
_tempDir
, $"EnC_{_vsProcessId}", "Log"));
92
=> Path.Combine(Path.Combine(
_tempDir
, $"EnC_{_vsProcessId}", ZipFileName));