4 references to TestVersionHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (4)
DocumentChanges\DocumentChangesTests.cs (4)
25protected override TestComposition Composition => base.Composition.AddParts(typeof(TestVersionHandler)); 454var response = await testLspServer.ExecuteRequestAsync<TextDocumentIdentifier, TestVersionResponse>(TestVersionHandler.MethodName, textDocumentIdentifier, CancellationToken.None); 481[ExportCSharpVisualBasicStatelessLspService(typeof(TestVersionHandler)), PartNotDiscoverable, Shared] 487public const string MethodName = nameof(TestVersionHandler);