1 instantiation of TestRequestTypeTwo
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
HandlerTests.cs (1)
104var request = new TestRequestTypeTwo(new TextDocumentIdentifier
2 references to TestRequestTypeTwo
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
HandlerTests.cs (2)
104var request = new TestRequestTypeTwo(new TextDocumentIdentifier 108var response = await server.ExecuteRequestAsync<TestRequestTypeTwo, string>(TestDocumentHandler.MethodName, request, CancellationToken.None);