16 references to CodeTryCatchFinallyStatement
dotnet-svcutil-lib (16)
CodeDomFixup\CodeDomVisitors\CodeDomVisitor.cs (4)
442
protected override void Visit(
CodeTryCatchFinallyStatement
statement)
706
else if (statement is
CodeTryCatchFinallyStatement
)
707
Visit((
CodeTryCatchFinallyStatement
)statement);
727
protected virtual void Visit(
CodeTryCatchFinallyStatement
statement) { }
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (3)
1088
else if (e is
CodeTryCatchFinallyStatement
)
1090
GenerateTryCatchFinallyStatement((
CodeTryCatchFinallyStatement
)e);
1950
protected abstract void GenerateTryCatchFinallyStatement(
CodeTryCatchFinallyStatement
e);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (3)
454
else if (e is
CodeTryCatchFinallyStatement
)
456
ValidateTryCatchFinallyStatement((
CodeTryCatchFinallyStatement
)e);
554
private void ValidateTryCatchFinallyStatement(
CodeTryCatchFinallyStatement
e)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (3)
1164
else if (e is
CodeTryCatchFinallyStatement
)
1166
GenerateTryCatchFinallyStatement((
CodeTryCatchFinallyStatement
)e);
1661
private void GenerateTryCatchFinallyStatement(
CodeTryCatchFinallyStatement
e)
FrameworkFork\Microsoft.CodeDom\System\CodeTryCatchFinallyStatement.cs (3)
30
/// Initializes a new instance of <see cref='Microsoft.CodeDom.
CodeTryCatchFinallyStatement
'/>.
39
/// Initializes a new instance of <see cref='Microsoft.CodeDom.
CodeTryCatchFinallyStatement
'/> using the specified statements to try and catch
51
/// Initializes a new instance of <see cref='Microsoft.CodeDom.
CodeTryCatchFinallyStatement
'/> using the specified statements to