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