Implemented interface member:
method
GetLocationAsync
Microsoft.CodeAnalysis.ExternalAccess.Xaml.ILocationService.GetLocationAsync(Microsoft.CodeAnalysis.TextDocument, Microsoft.CodeAnalysis.Text.TextSpan, System.Threading.CancellationToken)
1 reference to GetLocationAsync
Microsoft.CodeAnalysis.ExternalAccess.Xaml (1)
Internal\LocationService.cs (1)
55var location = await GetLocationAsync(document, item.SourceSpan, cancellationToken).ConfigureAwait(false);