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