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)
60protected override void BuildInitStatements(CodeStatementCollection trueStatements, CodeStatementCollection topLevelStatements) {
1 reference to BuildInitStatements
System.Web (1)
Compilation\PageCodeDomTreeGenerator.cs (1)
62base.BuildInitStatements(trueStatements, topLevelStatements);