3 references to AddRange
System (3)
compmod\system\codedom\CodeCatchClauseCollection.cs (1)
50
this.
AddRange
(value);
compmod\system\codedom\CodeTryCatchFinallyStatement.cs (2)
47
CatchClauses.
AddRange
(catchClauses);
58
CatchClauses.
AddRange
(catchClauses);