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