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