1 write to _tempDirectory
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\CanonicalMiscellaneousFilesProjectProvider.cs (1)
64
_tempDirectory
= Path.Combine(Path.GetTempPath(), "roslyn-canonical-misc", Guid.NewGuid().ToString());
4 references to _tempDirectory
Microsoft.CodeAnalysis.LanguageServer (4)
FileBasedPrograms\CanonicalMiscellaneousFilesProjectProvider.cs (4)
66
Directory.CreateDirectory(
_tempDirectory
);
67
var virtualProjectPath = Path.Combine(
_tempDirectory
, "Canonical.csproj");
81
if (
_tempDirectory
is not null)
83
IOUtilities.PerformIO(() => Directory.Delete(
_tempDirectory
, recursive: true));