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