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