25 references to CodeStatementCollection
System (9)
compmod\system\codedom\CodeCatchClause.cs (1)
97statements = new CodeStatementCollection();
compmod\system\codedom\CodeConditionStatement.cs (2)
29private CodeStatementCollection trueStatments = new CodeStatementCollection(); 30private CodeStatementCollection falseStatments = new CodeStatementCollection();
compmod\system\codedom\CodeIterationStatement.cs (1)
31private CodeStatementCollection statements = new CodeStatementCollection();
compmod\system\codedom\CodeMemberMethod.cs (1)
30private CodeStatementCollection statements = new CodeStatementCollection();
compmod\system\codedom\CodeMemberProperty.cs (2)
32private CodeStatementCollection getStatements = new CodeStatementCollection(); 33private CodeStatementCollection setStatements = new CodeStatementCollection();
compmod\system\codedom\CodeTryCatchFinallyStatement.cs (2)
27private CodeStatementCollection tryStatments = new CodeStatementCollection(); 28private CodeStatementCollection finallyStatments = new CodeStatementCollection();
System.Activities (4)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (4)
864CodeStatementCollection statementCollection = new CodeStatementCollection(); 1146CodeStatementCollection compiledDataContextStatements = new CodeStatementCollection(); 1212CodeStatementCollection compiledDataContextStatements = new CodeStatementCollection(); 1245CodeStatementCollection compiledDataContextStatements = new CodeStatementCollection();
System.Data.Entity.Design (1)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
204CodeStatementCollection getStatements = new CodeStatementCollection();
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\PropertyEmitter.cs (1)
200CodeStatementCollection getStatements = new CodeStatementCollection();
System.Web (6)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (5)
992CodeStatementCollection statements = new CodeStatementCollection(); 1241CodeStatementCollection topMethodStatements = new CodeStatementCollection(); 1242CodeStatementCollection otherMethodStatements = new CodeStatementCollection(); 1370topStatements = new CodeStatementCollection(); 1371otherStatements = new CodeStatementCollection();
Compilation\DataBindingExpressionBuilder.cs (1)
48CodeStatementCollection evalStatements = new CodeStatementCollection();
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\SerializableTypeCodeDomSerializer.cs (2)
56statements = new CodeStatementCollection(); 88statements = new CodeStatementCollection();
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (2)
530CodeStatementCollection tryStatements = new CodeStatementCollection(); 634CodeStatementCollection finallyStatements = new CodeStatementCollection();