17 instantiations of CodeThrowExceptionStatement
System.Management (17)
System\Management\WMIGenerator.cs (17)
1066
cis1.TrueStatements.Add(new
CodeThrowExceptionStatement
(coce));
2557
cis.FalseStatements.Add(new
CodeThrowExceptionStatement
(coce));
2627
cis.FalseStatements.Add(new
CodeThrowExceptionStatement
(coce));
2701
cis1.TrueStatements.Add(new
CodeThrowExceptionStatement
(coce));
6377
cis.TrueStatements.Add(new
CodeThrowExceptionStatement
(codeThrowException));
6396
cis.TrueStatements.Add(new
CodeThrowExceptionStatement
(codeThrowException));
6413
cis.TrueStatements.Add(new
CodeThrowExceptionStatement
(codeThrowException));
6549
cis.TrueStatements.Add(new
CodeThrowExceptionStatement
(codeThrowException));
6573
catchblock.Statements.Add(new
CodeThrowExceptionStatement
(codeThrowExceptionWithArgs));
6836
cis.TrueStatements.Add(new
CodeThrowExceptionStatement
(codeThrowException));
6866
cis2.TrueStatements.Add(new
CodeThrowExceptionStatement
(codeThrowException));
7388
cis.TrueStatements.Add(new
CodeThrowExceptionStatement
(codeThrowException));
7407
cis.TrueStatements.Add(new
CodeThrowExceptionStatement
(codeThrowException));
7425
cis.TrueStatements.Add(new
CodeThrowExceptionStatement
(codeThrowException));
7448
cis.TrueStatements.Add(new
CodeThrowExceptionStatement
(codeThrowException));
7576
cis.TrueStatements.Add(new
CodeThrowExceptionStatement
(codeThrowException));
7599
catchblock.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)
572
else if (e is
CodeThrowExceptionStatement
)
574
GenerateThrowExceptionStatement((
CodeThrowExceptionStatement
)e);
846
private void GenerateThrowExceptionStatement(
CodeThrowExceptionStatement
e)
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
843
protected override void GenerateThrowExceptionStatement(
CodeThrowExceptionStatement
e)
System\CodeDom\Compiler\CodeGenerator.cs (3)
899
else if (e is
CodeThrowExceptionStatement
)
901
GenerateThrowExceptionStatement((
CodeThrowExceptionStatement
)e);
1464
protected abstract void GenerateThrowExceptionStatement(
CodeThrowExceptionStatement
e);
System\CodeDom\Compiler\CodeValidator.cs (3)
428
else if (e is
CodeThrowExceptionStatement
)
430
ValidateThrowExceptionStatement((
CodeThrowExceptionStatement
)e);
483
private void ValidateThrowExceptionStatement(
CodeThrowExceptionStatement
e)