1 type derived from VSLocation
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Internal\VSInternalLocation.cs (1)
14internal class VSInternalLocation : VSLocation
2 references to VSLocation
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\Extensions\Converters\VSExtensionUtilities.cs (1)
35TryAddConverter<Location, VSLocation>();
Protocol\Extensions\VSLocation.cs (1)
10/// <see cref="VSLocation"/> extends <see cref="Location"/> providing additional properties used by Visual Studio.