8 references to CatchClauses
System.CodeDom (5)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
974
CodeCatchClauseCollection catches = e.
CatchClauses
;
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
1311
CodeCatchClauseCollection catches = e.
CatchClauses
;
System\CodeDom\CodeTryCatchFinallyStatement.cs (2)
13
CatchClauses
.AddRange(catchClauses);
19
CatchClauses
.AddRange(catchClauses);
System\CodeDom\Compiler\CodeValidator.cs (1)
514
CodeCatchClauseCollection catches = e.
CatchClauses
;
System.Management (3)
System\Management\WMIGenerator.cs (3)
6577
tryblock.
CatchClauses
.Add(catchblock);
6698
tryblock2.
CatchClauses
.Add(catchblock);
7603
tryblock.
CatchClauses
.Add(catchblock);