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