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