1 implementation of GetElementKind
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
541
public abstract EnvDTE.vsCMElement
GetElementKind
(SyntaxNode node);
1 reference to GetElementKind
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\CodeClass.cs (1)
73
return this.CodeModelService.
GetElementKind
(LookupNode());