4 references to Kind
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) 461throw ExceptionUtilities.UnexpectedValue(info.Kind);