2 instantiations of CodeInheritsStatement
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\InternalElements\CodeInheritsStatement.cs (2)
25var element = new CodeInheritsStatement(state, parent, namespaceName, ordinal); 37var element = new CodeInheritsStatement(state, fileCodeModel, nodeKind, name);
4 references to CodeInheritsStatement
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\AbstractCodeModelService.cs (1)
446return CodeInheritsStatement.Create(state, parentObj, namespaceName, ordinal);
CodeModel\InternalElements\CodeInheritsStatement.cs (2)
25var element = new CodeInheritsStatement(state, parent, namespaceName, ordinal); 37var element = new CodeInheritsStatement(state, fileCodeModel, nodeKind, name);
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
675Return CType(CodeInheritsStatement.CreateUnknown(state, fileCodeModel, node.Kind, GetName(node)), EnvDTE.CodeElement)