You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.ObjectDisposedException: The CancellationTokenSource has been disposed.
at void System.Threading.CancellationTokenSource.ThrowObjectDisposedException()
at Task Microsoft.CodeAnalysis.Completion.Providers.AbstractExtensionMethodImportCompletionProvider.AddCompletionItemsAsync(CompletionContext completionContext, SyntaxContext syntaxContext, HashSet<string> namespaceInScope, bool isExpandedCompletion, CancellationToken cancellationToken)+() => { } in C:/Roslyn/src/Features/Core/Portable/Completion/Providers/ImportCompletionProvider/AbstractExtensionMethodImportCompletionProvider.cs:line 50
at bool System.Threading.ThreadPoolWorkQueue.Dispatch()
Version Used:
17.0.0
Steps to Reproduce:
Under unknown conditions we get an exception:
@genlu
The text was updated successfully, but these errors were encountered: