3 references to TryRemoveMiscellaneousDocumentAsync
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)
146var removedFromCanonical = await _canonicalMiscFilesLoader.TryRemoveMiscellaneousDocumentAsync(documentPath, CancellationToken.None);