3 references to Property
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
677
case LSP.SymbolKind.
Property
:
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Symbols\DocumentSymbolsTests.Hierarchical.cs (2)
482
Symbol(LSP.SymbolKind.
Property
, "Value : int", "Value : int", "property", "propertySelection", testLspServer))
505
Symbol(LSP.SymbolKind.
Property
, "this[int] : int", "this[int] : int", "indexer", "indexerSelection", testLspServer))