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