1 instantiation of VSInternalLocation
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
390return location == null ? null : new LSP.VSInternalLocation
2 references to VSInternalLocation
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Extensions\ProtocolConversions.cs (1)
384public static async Task<LSP.VSInternalLocation?> DocumentSpanToLocationWithTextAsync(
Protocol\Internal\Converters\VSInternalExtensionUtilities.cs (1)
42AddOrReplaceConverter<Location, VSInternalLocation>();