3 instantiations of CodeThrowExceptionStatement
dotnet-svcutil-lib (3)
CodeDomFixup\ArrayOfXElementTypeHelper.cs (1)
196
CodeThrowExceptionStatement throwException = new
CodeThrowExceptionStatement
(
CodeDomFixup\MethodCreationHelper.cs (2)
2212
new
CodeThrowExceptionStatement
(
2222
new
CodeThrowExceptionStatement
(
16 references to CodeThrowExceptionStatement
dotnet-svcutil-lib (16)
CodeDomFixup\ArrayOfXElementTypeHelper.cs (1)
196
CodeThrowExceptionStatement
throwException = new CodeThrowExceptionStatement(
CodeDomFixup\CodeDomVisitors\CodeDomVisitor.cs (4)
436
protected override void Visit(
CodeThrowExceptionStatement
statement)
704
else if (statement is
CodeThrowExceptionStatement
)
705
Visit((
CodeThrowExceptionStatement
)statement);
726
protected virtual void Visit(
CodeThrowExceptionStatement
statement) { }
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (3)
1104
else if (e is
CodeThrowExceptionStatement
)
1106
GenerateThrowExceptionStatement((
CodeThrowExceptionStatement
)e);
1901
protected abstract void GenerateThrowExceptionStatement(
CodeThrowExceptionStatement
e);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (3)
470
else if (e is
CodeThrowExceptionStatement
)
472
ValidateThrowExceptionStatement((
CodeThrowExceptionStatement
)e);
526
private void ValidateThrowExceptionStatement(
CodeThrowExceptionStatement
e)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (3)
1180
else if (e is
CodeThrowExceptionStatement
)
1182
GenerateThrowExceptionStatement((
CodeThrowExceptionStatement
)e);
1530
private void GenerateThrowExceptionStatement(
CodeThrowExceptionStatement
e)
FrameworkFork\Microsoft.CodeDom\System\CodeThrowExceptionStatement.cs (2)
30
/// Initializes a new instance of <see cref='Microsoft.CodeDom.
CodeThrowExceptionStatement
'/>.
39
/// Initializes a new instance of <see cref='Microsoft.CodeDom.
CodeThrowExceptionStatement
'/> using the specified statement.