2 references to GetSourceLocationsAsync
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
UnitTesting\UnitTestingSearchHelpersTests.vb (1)
18
Dim actualLocations = Await UnitTestingSearchHelpers.
GetSourceLocationsAsync
(
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\UnitTesting\RemoteUnitTestingSearchService.cs (1)
59
var results = await UnitTestingSearchHelpers.
GetSourceLocationsAsync
(project, query, cancellationToken).ConfigureAwait(false);