1 override of ShouldEnqueueRefreshNotificationAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SourceGenerators\SourceGeneratorRefreshQueue.cs (1)
27
protected override async Task<bool>
ShouldEnqueueRefreshNotificationAsync
(WorkspaceChangeEventArgs e, CancellationToken cancellationToken)
1 reference to ShouldEnqueueRefreshNotificationAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\TextDocumentContent\AbstractTextDocumentContentRefreshQueue.cs (1)
76
var shouldQueue = await
ShouldEnqueueRefreshNotificationAsync
(e, _disposalTokenSource.Token).ConfigureAwait(false);