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