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