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