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