17 instantiations of CodeThrowExceptionStatement
System.Management (17)
System\Management\WMIGenerator.cs (17)
1066cis1.TrueStatements.Add(new CodeThrowExceptionStatement(coce)); 2557cis.FalseStatements.Add(new CodeThrowExceptionStatement(coce)); 2627cis.FalseStatements.Add(new CodeThrowExceptionStatement(coce)); 2701cis1.TrueStatements.Add(new CodeThrowExceptionStatement(coce)); 6377cis.TrueStatements.Add(new CodeThrowExceptionStatement(codeThrowException)); 6396cis.TrueStatements.Add(new CodeThrowExceptionStatement(codeThrowException)); 6413cis.TrueStatements.Add(new CodeThrowExceptionStatement(codeThrowException)); 6549cis.TrueStatements.Add(new CodeThrowExceptionStatement(codeThrowException)); 6573catchblock.Statements.Add(new CodeThrowExceptionStatement(codeThrowExceptionWithArgs)); 6836cis.TrueStatements.Add(new CodeThrowExceptionStatement(codeThrowException)); 6866cis2.TrueStatements.Add(new CodeThrowExceptionStatement(codeThrowException)); 7388cis.TrueStatements.Add(new CodeThrowExceptionStatement(codeThrowException)); 7407cis.TrueStatements.Add(new CodeThrowExceptionStatement(codeThrowException)); 7425cis.TrueStatements.Add(new CodeThrowExceptionStatement(codeThrowException)); 7448cis.TrueStatements.Add(new CodeThrowExceptionStatement(codeThrowException)); 7576cis.TrueStatements.Add(new CodeThrowExceptionStatement(codeThrowException)); 7599catchblock.Statements.Add(new CodeThrowExceptionStatement(codeThrowExceptionWithArgs));
11 references to CodeThrowExceptionStatement
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
94[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeThrowExceptionStatement))]
System.CodeDom (10)
Microsoft\CSharp\CSharpCodeGenerator.cs (3)
572else if (e is CodeThrowExceptionStatement) 574GenerateThrowExceptionStatement((CodeThrowExceptionStatement)e); 846private void GenerateThrowExceptionStatement(CodeThrowExceptionStatement e)
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
843protected override void GenerateThrowExceptionStatement(CodeThrowExceptionStatement e)
System\CodeDom\Compiler\CodeGenerator.cs (3)
899else if (e is CodeThrowExceptionStatement) 901GenerateThrowExceptionStatement((CodeThrowExceptionStatement)e); 1464protected abstract void GenerateThrowExceptionStatement(CodeThrowExceptionStatement e);
System\CodeDom\Compiler\CodeValidator.cs (3)
428else if (e is CodeThrowExceptionStatement) 430ValidateThrowExceptionStatement((CodeThrowExceptionStatement)e); 483private void ValidateThrowExceptionStatement(CodeThrowExceptionStatement e)