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