3 references to AddRange
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\System\CodeCatchClauseCollection.cs (1)
50this.AddRange(value);
FrameworkFork\Microsoft.CodeDom\System\CodeTryCatchFinallyStatement.cs (2)
46CatchClauses.AddRange(catchClauses); 58CatchClauses.AddRange(catchClauses);