3 instantiations of CodeTryCatchFinallyStatement
System.Management (3)
System\Management\WMIGenerator.cs (3)
6417
CodeTryCatchFinallyStatement tryblock = new
CodeTryCatchFinallyStatement
();
6688
CodeTryCatchFinallyStatement tryblock2 = new
CodeTryCatchFinallyStatement
();
7452
CodeTryCatchFinallyStatement 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)
556
else if (e is
CodeTryCatchFinallyStatement
)
558
GenerateTryCatchFinallyStatement((
CodeTryCatchFinallyStatement
)e);
967
private void GenerateTryCatchFinallyStatement(
CodeTryCatchFinallyStatement
e)
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
1305
protected override void GenerateTryCatchFinallyStatement(
CodeTryCatchFinallyStatement
e)
System\CodeDom\Compiler\CodeGenerator.cs (3)
883
else if (e is
CodeTryCatchFinallyStatement
)
885
GenerateTryCatchFinallyStatement((
CodeTryCatchFinallyStatement
)e);
1489
protected abstract void GenerateTryCatchFinallyStatement(
CodeTryCatchFinallyStatement
e);
System\CodeDom\Compiler\CodeValidator.cs (3)
412
else if (e is
CodeTryCatchFinallyStatement
)
414
ValidateTryCatchFinallyStatement((
CodeTryCatchFinallyStatement
)e);
511
private void ValidateTryCatchFinallyStatement(
CodeTryCatchFinallyStatement
e)
System.Management (3)
System\Management\WMIGenerator.cs (3)
6417
CodeTryCatchFinallyStatement
tryblock = new CodeTryCatchFinallyStatement();
6688
CodeTryCatchFinallyStatement
tryblock2 = new CodeTryCatchFinallyStatement();
7452
CodeTryCatchFinallyStatement
tryblock = new CodeTryCatchFinallyStatement();