1 reference to DocumentSpanToLocationAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\References\FindUsagesLSPContext.cs (1)
250
return await ProtocolConversions.
DocumentSpanToLocationAsync
(documentSpan.Value, cancellationToken).ConfigureAwait(false);