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)
574else if (e is CodeThrowExceptionStatement) 576GenerateThrowExceptionStatement((CodeThrowExceptionStatement)e); 848private void GenerateThrowExceptionStatement(CodeThrowExceptionStatement e)
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
843protected override void GenerateThrowExceptionStatement(CodeThrowExceptionStatement e)
System\CodeDom\Compiler\CodeGenerator.cs (3)
899else if (e is CodeThrowExceptionStatement) 901GenerateThrowExceptionStatement((CodeThrowExceptionStatement)e); 1464protected abstract void GenerateThrowExceptionStatement(CodeThrowExceptionStatement e);
System\CodeDom\Compiler\CodeValidator.cs (3)
425else if (e is CodeThrowExceptionStatement) 427ValidateThrowExceptionStatement((CodeThrowExceptionStatement)e); 480private void ValidateThrowExceptionStatement(CodeThrowExceptionStatement e)