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