1 instantiation of UnregistrationParams
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\FileWatching\LspFileChangeWatcher.cs (1)
246var unregistrationParams = new UnregistrationParams()
3 references to UnregistrationParams
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\FileWatching\LspFileChangeWatcher.cs (1)
246var unregistrationParams = new UnregistrationParams()
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Methods.Lifecyle.cs (1)
75public static readonly LspRequest<UnregistrationParams, object> ClientUnregisterCapability = new(ClientUnregisterCapabilityName);
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
LspFileChangeWatcherTests.cs (1)
130public Task UnregisterCapabilityAsync(UnregistrationParams unregistrationParams, CancellationToken _)