11 references to CodeThrowExceptionStatement
System (1)
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)
577
else if (e is
CodeThrowExceptionStatement
)
579
GenerateThrowExceptionStatement((
CodeThrowExceptionStatement
)e);
851
private void GenerateThrowExceptionStatement(
CodeThrowExceptionStatement
e)
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
846
protected override void GenerateThrowExceptionStatement(
CodeThrowExceptionStatement
e)
System\CodeDom\Compiler\CodeGenerator.cs (3)
923
else if (e is
CodeThrowExceptionStatement
)
925
GenerateThrowExceptionStatement((
CodeThrowExceptionStatement
)e);
1518
protected abstract void GenerateThrowExceptionStatement(
CodeThrowExceptionStatement
e);
System\CodeDom\Compiler\CodeValidator.cs (3)
431
else if (e is
CodeThrowExceptionStatement
)
433
ValidateThrowExceptionStatement((
CodeThrowExceptionStatement
)e);
486
private void ValidateThrowExceptionStatement(
CodeThrowExceptionStatement
e)