3 instantiations of CodeTryCatchFinallyStatement
System.Management (3)
System\Management\WMIGenerator.cs (3)
6417CodeTryCatchFinallyStatement tryblock = new CodeTryCatchFinallyStatement(); 6688CodeTryCatchFinallyStatement tryblock2 = new CodeTryCatchFinallyStatement(); 7452CodeTryCatchFinallyStatement tryblock = new CodeTryCatchFinallyStatement();
14 references to CodeTryCatchFinallyStatement
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
95[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.CodeTryCatchFinallyStatement))]
System.CodeDom (10)
Microsoft\CSharp\CSharpCodeGenerator.cs (3)
556else if (e is CodeTryCatchFinallyStatement) 558GenerateTryCatchFinallyStatement((CodeTryCatchFinallyStatement)e); 967private void GenerateTryCatchFinallyStatement(CodeTryCatchFinallyStatement e)
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
1305protected override void GenerateTryCatchFinallyStatement(CodeTryCatchFinallyStatement e)
System\CodeDom\Compiler\CodeGenerator.cs (3)
883else if (e is CodeTryCatchFinallyStatement) 885GenerateTryCatchFinallyStatement((CodeTryCatchFinallyStatement)e); 1489protected abstract void GenerateTryCatchFinallyStatement(CodeTryCatchFinallyStatement e);
System\CodeDom\Compiler\CodeValidator.cs (3)
412else if (e is CodeTryCatchFinallyStatement) 414ValidateTryCatchFinallyStatement((CodeTryCatchFinallyStatement)e); 511private void ValidateTryCatchFinallyStatement(CodeTryCatchFinallyStatement e)
System.Management (3)
System\Management\WMIGenerator.cs (3)
6417CodeTryCatchFinallyStatement tryblock = new CodeTryCatchFinallyStatement(); 6688CodeTryCatchFinallyStatement tryblock2 = new CodeTryCatchFinallyStatement(); 7452CodeTryCatchFinallyStatement tryblock = new CodeTryCatchFinallyStatement();