11 references to Kind
Microsoft.CodeAnalysis.Features (7)
ExternalAccess\UnitTesting\API\UnitTestingSearchHelpers.cs (1)
216
if (info.
Kind
is not (DeclaredSymbolInfoKind.Method or DeclaredSymbolInfoKind.ExtensionMethod))
NavigateTo\AbstractNavigateToSearchService.InProcess.cs (4)
120
if (declaredSymbolInfo.
Kind
== DeclaredSymbolInfoKind.Namespace)
145
if (kinds.Contains(declaredSymbolInfo.
Kind
) &&
230
switch (declaredSymbolInfo.
Kind
)
263
throw ExceptionUtilities.UnexpectedValue(declaredSymbolInfo.
Kind
);
NavigateTo\RoslynNavigateToItem.cs (2)
191
switch (_item.DeclaredSymbolInfo.
Kind
)
292
Glyph INavigableItem.Glyph => GetGlyph(_item.DeclaredSymbolInfo.
Kind
, _item.DeclaredSymbolInfo.Accessibility);
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\FindReferences\DependentTypeFinder_ProjectIndex.cs (1)
64
switch (info.
Kind
)
LanguageServices\DeclaredSymbolFactoryService\AbstractDeclaredSymbolInfoFactoryService.cs (1)
276
declaredSymbolInfos.Last().
Kind
== DeclaredSymbolInfoKind.ExtensionMethod &&
Workspace\Solution\Project.cs (2)
388
switch (info.
Kind
)
412
throw ExceptionUtilities.UnexpectedValue(info.
Kind
);