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));
6411
cis.TrueStatements.Add(new
CodeThrowExceptionStatement
(codeThrowException));
6430
cis.TrueStatements.Add(new
CodeThrowExceptionStatement
(codeThrowException));
6447
cis.TrueStatements.Add(new
CodeThrowExceptionStatement
(codeThrowException));
6583
cis.TrueStatements.Add(new
CodeThrowExceptionStatement
(codeThrowException));
6607
catchblock.Statements.Add(new
CodeThrowExceptionStatement
(codeThrowExceptionWithArgs));
6870
cis.TrueStatements.Add(new
CodeThrowExceptionStatement
(codeThrowException));
6900
cis2.TrueStatements.Add(new
CodeThrowExceptionStatement
(codeThrowException));
7422
cis.TrueStatements.Add(new
CodeThrowExceptionStatement
(codeThrowException));
7441
cis.TrueStatements.Add(new
CodeThrowExceptionStatement
(codeThrowException));
7459
cis.TrueStatements.Add(new
CodeThrowExceptionStatement
(codeThrowException));
7482
cis.TrueStatements.Add(new
CodeThrowExceptionStatement
(codeThrowException));
7610
cis.TrueStatements.Add(new
CodeThrowExceptionStatement
(codeThrowException));
7633
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)