4 references to AddRange
dotnet-svcutil-lib (4)
CommandProcessorOptions.cs (1)
624this.References.AddRange(references);
Shared\Options\ListValueOption.cs (1)
80this.InnerList.AddRange(list);
Shared\Options\WCFCSUpdateOptions.cs (2)
88this.CollectionTypes.AddRange(this.CollectionTypeReference); 93this.CollectionTypes.AddRange(this.DictionaryCollectionTypeReference);