1 instantiation of CodeCatchClauseCollection
System.CodeDom (1)
System\CodeDom\CodeTryCatchFinallyStatement.cs (1)
25public 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)
979CodeCatchClauseCollection catches = e.CatchClauses;
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
1318CodeCatchClauseCollection catches = e.CatchClauses;
System\CodeDom\CodeCatchClauseCollection.cs (2)
12public CodeCatchClauseCollection(CodeCatchClauseCollection value) 43public void AddRange(CodeCatchClauseCollection value)
System\CodeDom\CodeTryCatchFinallyStatement.cs (1)
25public CodeCatchClauseCollection CatchClauses { get; } = new CodeCatchClauseCollection();
System\CodeDom\Compiler\CodeValidator.cs (1)
517CodeCatchClauseCollection catches = e.CatchClauses;