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