1 implementation of GetIsGeneric
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
717public abstract bool GetIsGeneric(SyntaxNode memberNode);
1 reference to GetIsGeneric
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\InternalElements\AbstractCodeMember.cs (1)
111return CodeModelService.GetIsGeneric(node);