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