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