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)
574
else if (e is
CodeThrowExceptionStatement
)
576
GenerateThrowExceptionStatement((
CodeThrowExceptionStatement
)e);
848
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)
425
else if (e is
CodeThrowExceptionStatement
)
427
ValidateThrowExceptionStatement((
CodeThrowExceptionStatement
)e);
480
private void ValidateThrowExceptionStatement(
CodeThrowExceptionStatement
e)