16 references to CodeTryCatchFinallyStatement
dotnet-svcutil-lib (16)
CodeDomFixup\CodeDomVisitors\CodeDomVisitor.cs (4)
442protected override void Visit(CodeTryCatchFinallyStatement statement) 706else if (statement is CodeTryCatchFinallyStatement) 707Visit((CodeTryCatchFinallyStatement)statement); 727protected virtual void Visit(CodeTryCatchFinallyStatement statement) { }
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (3)
1088else if (e is CodeTryCatchFinallyStatement) 1090GenerateTryCatchFinallyStatement((CodeTryCatchFinallyStatement)e); 1950protected abstract void GenerateTryCatchFinallyStatement(CodeTryCatchFinallyStatement e);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (3)
454else if (e is CodeTryCatchFinallyStatement) 456ValidateTryCatchFinallyStatement((CodeTryCatchFinallyStatement)e); 554private void ValidateTryCatchFinallyStatement(CodeTryCatchFinallyStatement e)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (3)
1164else if (e is CodeTryCatchFinallyStatement) 1166GenerateTryCatchFinallyStatement((CodeTryCatchFinallyStatement)e); 1661private 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