6 references to Field
Microsoft.CodeAnalysis.CSharp.Features (1)
SolutionExplorer\CSharpSolutionExplorerSymbolTreeItemProvider.cs (1)
209
: DeclaredSymbolInfoKind.
Field
;
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
FindSymbols\CSharpDeclaredSymbolInfoFactoryService.cs (1)
390
: DeclaredSymbolInfoKind.
Field
;
Microsoft.CodeAnalysis.Features (3)
Common\GlyphExtensions.cs (1)
288
DeclaredSymbolInfoKind.
Field
=> Glyph.FieldPublic,
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (2)
204
case DeclaredSymbolInfoKind.
Field
:
285
lookupTable[(int)DeclaredSymbolInfoKind.
Field
] = true;
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\Project.cs (1)
455
case DeclaredSymbolInfoKind.
Field
: