13 references to GetTestLspServerAndLocationAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (13)
DocumentChanges\DocumentChangesTests.cs (12)
42
var (testLspServer, locationTyped, documentText) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
77
var (testLspServer, locationTyped, documentText) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
101
var (testLspServer, locationTyped, documentText) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
123
var (testLspServer, locationTyped, documentText) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
143
var (testLspServer, locationTyped, documentText) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
164
var (testLspServer, locationTyped, _) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
196
var (testLspServer, locationTyped, _) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
231
var (testLspServer, locationTyped, documentText) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
274
var (testLspServer, locationTyped, _) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
313
var (testLspServer, locationTyped, _) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
353
var (testLspServer, locationTyped, _) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
436
var (testLspServer, locationTyped, _) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
DocumentChanges\DocumentChangesTests.WithFindAllReferences.cs (1)
32
var (testLspServer, locationTyped, _) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);