1 instantiation of CodeCatchClauseCollection
System.CodeDom (1)
System\CodeDom\CodeTryCatchFinallyStatement.cs (1)
25
public CodeCatchClauseCollection CatchClauses { get; } = new
CodeCatchClauseCollection
();
7 references to CodeCatchClauseCollection
System (1)
src\libraries\shims\System\ref\System.cs (1)
41
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.CodeDom.
CodeCatchClauseCollection
))]
System.CodeDom (6)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
979
CodeCatchClauseCollection
catches = e.CatchClauses;
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
1318
CodeCatchClauseCollection
catches = e.CatchClauses;
System\CodeDom\CodeCatchClauseCollection.cs (2)
12
public CodeCatchClauseCollection(
CodeCatchClauseCollection
value)
43
public void AddRange(
CodeCatchClauseCollection
value)
System\CodeDom\CodeTryCatchFinallyStatement.cs (1)
25
public
CodeCatchClauseCollection
CatchClauses { get; } = new CodeCatchClauseCollection();
System\CodeDom\Compiler\CodeValidator.cs (1)
517
CodeCatchClauseCollection
catches = e.CatchClauses;