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