3 references to AddMiscellaneousDocumentAsync
Microsoft.CodeAnalysis.LanguageServer (3)
FileBasedPrograms\CanonicalMiscFilesProjectLoader.cs (2)
71
/// The LSP workspace manager and queue ensure that <see cref="
AddMiscellaneousDocumentAsync
"/> and <see cref="TryRemoveMiscellaneousDocumentAsync"/> are not called concurrently.
113
/// The LSP workspace manager and queue ensure that <see cref="
AddMiscellaneousDocumentAsync
"/> and <see cref="TryRemoveMiscellaneousDocumentAsync"/> are not called concurrently.
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (1)
107
return await _canonicalMiscFilesLoader.
AddMiscellaneousDocumentAsync
(documentFilePath, documentText, CancellationToken.None);