1 write to _canonicalMiscFilesLoader
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (1)
63
_canonicalMiscFilesLoader
= new CanonicalMiscFilesProjectLoader(
4 references to _canonicalMiscFilesLoader
Microsoft.CodeAnalysis.LanguageServer (4)
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (4)
34
_canonicalMiscFilesLoader
.Dispose();
98
&& await
_canonicalMiscFilesLoader
.IsCanonicalProjectLoadedAsync(cancellationToken)
141
return await
_canonicalMiscFilesLoader
.AddMiscellaneousDocumentAsync(documentFilePath, documentText, CancellationToken.None);
180
var removedFromCanonical = await
_canonicalMiscFilesLoader
.TryRemoveMiscellaneousDocumentAsync(documentPath, CancellationToken.None);