2 references to UnitTestingSearchHelpers
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);