11 references to GetTestLspServerAndLocationAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (11)
DocumentChanges\DocumentChangesTests.cs (10)
45
var (testLspServer, locationTyped, documentText) = await
GetTestLspServerAndLocationAsync
(source);
80
var (testLspServer, locationTyped, documentText) = await
GetTestLspServerAndLocationAsync
(source);
104
var (testLspServer, locationTyped, documentText) = await
GetTestLspServerAndLocationAsync
(source);
125
var (testLspServer, locationTyped, documentText) = await
GetTestLspServerAndLocationAsync
(source);
144
var (testLspServer, locationTyped, documentText) = await
GetTestLspServerAndLocationAsync
(source);
164
var (testLspServer, locationTyped, _) = await
GetTestLspServerAndLocationAsync
(source);
196
var (testLspServer, locationTyped, _) = await
GetTestLspServerAndLocationAsync
(source);
231
var (testLspServer, locationTyped, documentText) = await
GetTestLspServerAndLocationAsync
(source);
270
var (testLspServer, locationTyped, _) = await
GetTestLspServerAndLocationAsync
(source);
306
var (testLspServer, locationTyped, _) = await
GetTestLspServerAndLocationAsync
(source);
DocumentChanges\DocumentChangesTests.WithFindAllReferences.cs (1)
32
var (testLspServer, locationTyped, _) = await
GetTestLspServerAndLocationAsync
(source);