1 type derived from VSSymbolInformation
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Internal\VSInternalSymbolInformation.cs (1)
15internal class VSInternalSymbolInformation : VSSymbolInformation
1 instantiation of VSSymbolInformation
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Symbols\SymbolInformationFactory.cs (1)
17return new VSSymbolInformation
2 references to VSSymbolInformation
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\Extensions\Converters\VSExtensionUtilities.cs (1)
38TryAddConverter<SymbolInformation, VSSymbolInformation>();
Protocol\Extensions\VSSymbolInformation.cs (1)
10/// <see cref="VSSymbolInformation"/> extends <see cref="SymbolInformation"/> providing additional properties used by Visual Studio.