13 references to GetTestLspServerAndLocationAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (13)
DocumentChanges\DocumentChangesTests.cs (12)
41
var (testLspServer, locationTyped, documentText) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
76
var (testLspServer, locationTyped, documentText) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
100
var (testLspServer, locationTyped, documentText) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
122
var (testLspServer, locationTyped, documentText) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
142
var (testLspServer, locationTyped, documentText) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
163
var (testLspServer, locationTyped, _) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
195
var (testLspServer, locationTyped, _) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
230
var (testLspServer, locationTyped, documentText) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
273
var (testLspServer, locationTyped, _) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
312
var (testLspServer, locationTyped, _) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
352
var (testLspServer, locationTyped, _) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
435
var (testLspServer, locationTyped, _) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);
DocumentChanges\DocumentChangesTests.WithFindAllReferences.cs (1)
35
var (testLspServer, locationTyped, _) = await
GetTestLspServerAndLocationAsync
(source, mutatingLspWorkspace);