7 references to Property
Microsoft.CodeAnalysis.CSharp.Features (1)
SolutionExplorer\CSharpSolutionExplorerSymbolTreeItemProvider.cs (1)
288var glyph = GlyphExtensions.GetGlyph(DeclaredSymbolInfoKind.Property, accessibility);
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (2)
376DeclaredSymbolInfoKind.Property, 449DeclaredSymbolInfoKind.Property,
Microsoft.CodeAnalysis.Features (3)
Common\GlyphExtensions.cs (1)
294DeclaredSymbolInfoKind.Property => Glyph.PropertyPublic,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
215case DeclaredSymbolInfoKind.Property: 304lookupTable[(int)DeclaredSymbolInfoKind.Property] = true;
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\Project.cs (1)
458case DeclaredSymbolInfoKind.Property: