1 write to _canonicalMiscFilesLoader
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (1)
61
_canonicalMiscFilesLoader
= new CanonicalMiscFilesProjectLoader(
3 references to _canonicalMiscFilesLoader
Microsoft.CodeAnalysis.LanguageServer (3)
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (3)
34
_canonicalMiscFilesLoader
.Dispose();
119
return await
_canonicalMiscFilesLoader
.AddMiscellaneousDocumentAsync(documentFilePath, documentText, CancellationToken.None);
158
var removedFromCanonical = await
_canonicalMiscFilesLoader
.TryRemoveMiscellaneousDocumentAsync(documentPath, CancellationToken.None);