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(); 119return await _canonicalMiscFilesLoader.AddMiscellaneousDocumentAsync(documentFilePath, documentText, CancellationToken.None); 158var removedFromCanonical = await _canonicalMiscFilesLoader.TryRemoveMiscellaneousDocumentAsync(documentPath, CancellationToken.None);