Base:
method
BuildInitStatements
System.Web.Compilation.BaseCodeDomTreeGenerator.BuildInitStatements(System.CodeDom.CodeStatementCollection, System.CodeDom.CodeStatementCollection)
1 override of BuildInitStatements
System.Web (1)
Compilation\PageCodeDomTreeGenerator.cs (1)
60
protected override void
BuildInitStatements
(CodeStatementCollection trueStatements, CodeStatementCollection topLevelStatements) {
1 reference to BuildInitStatements
System.Web (1)
Compilation\PageCodeDomTreeGenerator.cs (1)
62
base.
BuildInitStatements
(trueStatements, topLevelStatements);