6 references to Statements
System.CodeDom (4)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
995GenerateStatements(current.Statements);
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
1318GenerateVBStatements(current.Statements);
System\CodeDom\CodeCatchClause.cs (1)
28Statements.AddRange(statements);
System\CodeDom\Compiler\CodeValidator.cs (1)
521ValidateStatements(current.Statements);
System.Management (2)
System\Management\WMIGenerator.cs (2)
6573catchblock.Statements.Add(new CodeThrowExceptionStatement(codeThrowExceptionWithArgs)); 7599catchblock.Statements.Add(new CodeThrowExceptionStatement(codeThrowExceptionWithArgs));