11 references to Kind
Microsoft.CodeAnalysis.Features (7)
ExternalAccess\UnitTesting\API\UnitTestingSearchHelpers.cs (1)
215
if (info.
Kind
is not (DeclaredSymbolInfoKind.Method or DeclaredSymbolInfoKind.ExtensionMethod))
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (4)
96
if (declaredSymbolInfo.
Kind
== DeclaredSymbolInfoKind.Namespace)
102
if (kinds.Contains(declaredSymbolInfo.
Kind
) &&
187
switch (declaredSymbolInfo.
Kind
)
222
throw ExceptionUtilities.UnexpectedValue(declaredSymbolInfo.
Kind
);
NavigateTo\RoslynNavigateToItem.cs (2)
182
switch (item.DeclaredSymbolInfo.
Kind
)
283
Glyph INavigableItem.Glyph => GlyphExtensions.GetGlyph(_item.DeclaredSymbolInfo.
Kind
, _item.DeclaredSymbolInfo.Accessibility);
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\FindReferences\DependentTypeFinder_ProjectIndex.cs (1)
94
switch (info.
Kind
)
LanguageServices\DeclaredSymbolFactoryService\AbstractDeclaredSymbolInfoFactoryService.cs (1)
275
declaredSymbolInfos.Last().
Kind
== DeclaredSymbolInfoKind.ExtensionMethod &&
Workspace\Solution\Project.cs (2)
437
switch (info.
Kind
)
462
throw ExceptionUtilities.UnexpectedValue(info.
Kind
);