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