5 references to CatchClauses
System.CodeDom (5)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
979CodeCatchClauseCollection catches = e.CatchClauses;
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
1318CodeCatchClauseCollection catches = e.CatchClauses;
System\CodeDom\CodeTryCatchFinallyStatement.cs (2)
13CatchClauses.AddRange(catchClauses); 19CatchClauses.AddRange(catchClauses);
System\CodeDom\Compiler\CodeValidator.cs (1)
517CodeCatchClauseCollection catches = e.CatchClauses;