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