6 instantiations of CodeTryCatchFinallyStatement
System.Data (1)
fx\src\data\System\Data\CodeGen\datacache.cs (1)
1553 return new CodeTryCatchFinallyStatement(
System.Management (3)
WmiGenerator.cs (3)
6538CodeTryCatchFinallyStatement tryblock = new CodeTryCatchFinallyStatement(); 6809CodeTryCatchFinallyStatement tryblock2 = new CodeTryCatchFinallyStatement(); 7578CodeTryCatchFinallyStatement tryblock = new CodeTryCatchFinallyStatement();
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (2)
513CodeTryCatchFinallyStatement tryCatchFinally = new CodeTryCatchFinallyStatement(); 1240CodeTryCatchFinallyStatement tryCatchExp = new CodeTryCatchFinallyStatement();
18 references to CodeTryCatchFinallyStatement
System (13)
compmod\microsoft\csharp\csharpcodeprovider.cs (3)
1065else if (e is CodeTryCatchFinallyStatement) { 1066GenerateTryCatchFinallyStatement((CodeTryCatchFinallyStatement)e); 1486private void GenerateTryCatchFinallyStatement(CodeTryCatchFinallyStatement e) {
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
1562protected override void GenerateTryCatchFinallyStatement(CodeTryCatchFinallyStatement e) {
compmod\system\codedom\CodeTryCatchFinallyStatement.cs (3)
33/// Initializes a new instance of <see cref='System.CodeDom.CodeTryCatchFinallyStatement'/>. 41/// Initializes a new instance of <see cref='System.CodeDom.CodeTryCatchFinallyStatement'/> using the specified statements to try and catch 52/// Initializes a new instance of <see cref='System.CodeDom.CodeTryCatchFinallyStatement'/> using the specified statements to
compmod\system\codedom\compiler\CodeGenerator.cs (3)
905else if (e is CodeTryCatchFinallyStatement) { 906GenerateTryCatchFinallyStatement((CodeTryCatchFinallyStatement)e); 1676protected abstract void GenerateTryCatchFinallyStatement(CodeTryCatchFinallyStatement e);
compmod\system\codedom\compiler\CodeValidator.cs (3)
369else if (e is CodeTryCatchFinallyStatement) { 370ValidateTryCatchFinallyStatement((CodeTryCatchFinallyStatement)e); 447private void ValidateTryCatchFinallyStatement(CodeTryCatchFinallyStatement e) {
System.Management (3)
WmiGenerator.cs (3)
6538CodeTryCatchFinallyStatement tryblock = new CodeTryCatchFinallyStatement(); 6809CodeTryCatchFinallyStatement tryblock2 = new CodeTryCatchFinallyStatement(); 7578CodeTryCatchFinallyStatement tryblock = new CodeTryCatchFinallyStatement();
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (2)
513CodeTryCatchFinallyStatement tryCatchFinally = new CodeTryCatchFinallyStatement(); 1240CodeTryCatchFinallyStatement tryCatchExp = new CodeTryCatchFinallyStatement();