6 references to AddRange
System (1)
compmod\system\codedom\CodeAttributeDeclarationCollection.cs (1)
41
this.
AddRange
(value);
System.ServiceModel (2)
System\ServiceModel\Description\OperationGenerator.cs (1)
759
attributes.
AddRange
(localAttributes);
System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (1)
243
fieldAttributes.
AddRange
(importedAttributes);
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
359
attributeDecls.
AddRange
(codeType.CustomAttributes);
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (2)
175
rootType.CustomAttributes.
AddRange
(attributeCollection);
951
propertyMember.CustomAttributes.
AddRange
(attributeCollection);