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