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