17 references to RunFindAllReferencesAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (17)
DocumentChanges\DocumentChangesTests.WithFindAllReferences.cs (5)
41
var findResults = await FindAllReferencesHandlerTests.
RunFindAllReferencesAsync
(testLspServer, locationTyped);
49
findResults = await FindAllReferencesHandlerTests.
RunFindAllReferencesAsync
(testLspServer, locationTyped);
58
findResults = await FindAllReferencesHandlerTests.
RunFindAllReferencesAsync
(testLspServer, locationTyped);
68
findResults = await FindAllReferencesHandlerTests.
RunFindAllReferencesAsync
(testLspServer, locationTyped);
84
findResults = await FindAllReferencesHandlerTests.
RunFindAllReferencesAsync
(testLspServer, locationTyped);
References\FindAllReferencesHandlerTests.cs (12)
57
var results = await
RunFindAllReferencesAsync
(testLspServer, testLspServer.GetLocations("caret").First());
95
var results = await
RunFindAllReferencesAsync
(testLspServer, testLspServer.GetLocations("caret").First(), progress);
135
var results = await
RunFindAllReferencesAsync
(testLspServer, testLspServer.GetLocations("caret").First());
180
var results = await
RunFindAllReferencesAsync
(testLspServer, testLspServer.GetLocations("caret").First());
204
var results = await
RunFindAllReferencesAsync
(testLspServer, testLspServer.GetLocations("caret").First());
225
var results = await
RunFindAllReferencesAsync
(testLspServer, testLspServer.GetLocations("caret").First());
248
var results = await
RunFindAllReferencesAsync
(testLspServer, testLspServer.GetLocations("caret").First());
276
var results = await
RunFindAllReferencesAsync
(testLspServer, testLspServer.GetLocations("caret").First());
289
var results = await
RunFindAllReferencesAsync
(testLspServer, testLspServer.GetLocations("caret").First());
321
var results = await
RunFindAllReferencesAsync
(testLspServer, testLspServer.GetLocations("caret").First());
344
var results = await
RunFindAllReferencesAsync
(testLspServer, testLspServer.GetLocations("caret").First());
380
var results = await
RunFindAllReferencesAsync
(testLspServer, testLspServer.GetLocations("caret").First());