5 references to UnitTestingSourceLocation
Microsoft.CodeAnalysis.Features (5)
ExternalAccess\UnitTesting\API\UnitTestingSearchHelpers.cs (3)
35var location = await client.TryInvokeAsync<IRemoteUnitTestingSearchService, UnitTestingSourceLocation?>( 58var locations = await client.TryInvokeAsync<IRemoteUnitTestingSearchService, ImmutableArray<UnitTestingSourceLocation>>( 66foreach (var location in locations.Value)
ExternalAccess\UnitTesting\IRemoteUnitTestingSearchService.cs (2)
15ValueTask<UnitTestingSourceLocation?> GetSourceLocationAsync( 17ValueTask<ImmutableArray<UnitTestingSourceLocation>> GetSourceLocationsAsync(