2 references to DocumentSpanToLocationAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\References\FindImplementationsHandler.cs (1)
68
locations.AddIfNotNull(await ProtocolConversions.
DocumentSpanToLocationAsync
(sourceSpan, cancellationToken).ConfigureAwait(false));
Handler\References\FindUsagesLSPContext.cs (1)
251
return await ProtocolConversions.
DocumentSpanToLocationAsync
(documentSpan.Value, cancellationToken).ConfigureAwait(false);