2 references to ProgressNotificationName
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\WorkDoneProgress\WorkDoneProgressManager.cs (1)
138await _manager._clientLanguageServerManager.SendNotificationAsync(Methods.ProgressNotificationName, new ProgressReportType(_token, progress), cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
Utilities\AbstractLanguageServerClientTests.cs (1)
102[JsonRpcMethod(Methods.ProgressNotificationName, UseSingleObjectParameterDeserialization = true)]