65 references to CodeAttributeArgument
dotnet-svcutil-lib (65)
CodeDomFixup\ArrayOfXElementTypeHelper.cs (1)
139
new
CodeAttributeArgument
("IsAny", new CodePrimitiveExpression(true)));
FrameworkFork\Microsoft.Xml\Xml\Serialization\CodeExporter.cs (4)
270
attribute.Arguments.Add(new
CodeAttributeArgument
("AnonymousType", new CodePrimitiveExpression(true)));
276
attribute.Arguments.Add(new
CodeAttributeArgument
("TypeName", new CodePrimitiveExpression(name)));
281
attribute.Arguments.Add(new
CodeAttributeArgument
("Namespace", new CodePrimitiveExpression(ns)));
285
attribute.Arguments.Add(new
CodeAttributeArgument
("IncludeInSchema", new CodePrimitiveExpression(false)));
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapCodeExporter.cs (2)
215
attribute.Arguments.Add(new
CodeAttributeArgument
("DataType", new CodePrimitiveExpression(typeDesc.DataType.Name)));
219
attribute.Arguments.Add(new
CodeAttributeArgument
("IsNullable", new CodePrimitiveExpression(true)));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (13)
198
attribute.Arguments.Add(new
CodeAttributeArgument
("Namespace", new CodePrimitiveExpression(ns)));
202
attribute.Arguments.Add(new
CodeAttributeArgument
("DataType", new CodePrimitiveExpression(typeMapping.TypeDesc.DataType.Name)));
206
attribute.Arguments.Add(new
CodeAttributeArgument
("IsNullable", new CodePrimitiveExpression((bool)rootElement.IsNullable)));
866
attribute.Arguments.Add(new
CodeAttributeArgument
("DataType", new CodePrimitiveExpression(dataType)));
912
attribute.Arguments.Add(new
CodeAttributeArgument
("Form", new CodeFieldReferenceExpression(new CodeTypeReferenceExpression(typeof(XmlSchemaForm).FullName), Enum.Format(typeof(XmlSchemaForm), form, "G"))));
921
attribute.Arguments.Add(new
CodeAttributeArgument
("Namespace", new CodePrimitiveExpression(ns)));
925
attribute.Arguments.Add(new
CodeAttributeArgument
("DataType", new CodePrimitiveExpression(dataTypeDesc.DataType.Name)));
929
attribute.Arguments.Add(new
CodeAttributeArgument
("IsNullable", new CodePrimitiveExpression((bool)isNullable)));
933
attribute.Arguments.Add(new
CodeAttributeArgument
("NestingLevel", new CodePrimitiveExpression(nestingLevel)));
937
attribute.Arguments.Add(new
CodeAttributeArgument
("Order", new CodePrimitiveExpression(sequenceId)));
948
attribute.Arguments.Add(new
CodeAttributeArgument
("Name", new CodePrimitiveExpression(name)));
952
attribute.Arguments.Add(new
CodeAttributeArgument
("Namespace", new CodePrimitiveExpression(ns)));
956
attribute.Arguments.Add(new
CodeAttributeArgument
("Order", new CodePrimitiveExpression(sequenceId)));
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (21)
816
dataContractAttribute.Arguments.Add(new
CodeAttributeArgument
(Globals.NameProperty, new CodePrimitiveExpression(dataContractName)));
817
dataContractAttribute.Arguments.Add(new
CodeAttributeArgument
(Globals.NamespaceProperty, new CodePrimitiveExpression(classDataContract.StableName.Namespace)));
819
dataContractAttribute.Arguments.Add(new
CodeAttributeArgument
(Globals.IsReferenceProperty, new CodePrimitiveExpression(classDataContract.IsReference)));
882
dataMemberAttribute.Arguments.Add(new
CodeAttributeArgument
(Globals.NameProperty, new CodePrimitiveExpression(dataMemberName)));
884
dataMemberAttribute.Arguments.Add(new
CodeAttributeArgument
(Globals.IsRequiredProperty, new CodePrimitiveExpression(dataMember.IsRequired)));
886
dataMemberAttribute.Arguments.Add(new
CodeAttributeArgument
(Globals.EmitDefaultValueProperty, new CodePrimitiveExpression(dataMember.EmitDefaultValue)));
888
dataMemberAttribute.Arguments.Add(new
CodeAttributeArgument
(Globals.OrderProperty, new CodePrimitiveExpression(dataMember.Order)));
1075
dataContractAttribute.Arguments.Add(new
CodeAttributeArgument
(Globals.NameProperty, new CodePrimitiveExpression(dataContractName)));
1076
dataContractAttribute.Arguments.Add(new
CodeAttributeArgument
(Globals.NamespaceProperty, new CodePrimitiveExpression(enumDataContract.StableName.Namespace)));
1095
enumMemberAttribute.Arguments.Add(new
CodeAttributeArgument
(Globals.ValueProperty, new CodePrimitiveExpression(stringValue)));
1165
collectionContractAttribute.Arguments.Add(new
CodeAttributeArgument
(Globals.NameProperty, new CodePrimitiveExpression(dataContractName)));
1166
collectionContractAttribute.Arguments.Add(new
CodeAttributeArgument
(Globals.NamespaceProperty, new CodePrimitiveExpression(collectionContract.StableName.Namespace)));
1168
collectionContractAttribute.Arguments.Add(new
CodeAttributeArgument
(Globals.IsReferenceProperty, new CodePrimitiveExpression(collectionContract.IsReference)));
1169
collectionContractAttribute.Arguments.Add(new
CodeAttributeArgument
(Globals.ItemNameProperty, new CodePrimitiveExpression(GetNameForAttribute(collectionContract.ItemName))));
1172
collectionContractAttribute.Arguments.Add(new
CodeAttributeArgument
(Globals.KeyNameProperty, new CodePrimitiveExpression(GetNameForAttribute(collectionContract.KeyName))));
1173
collectionContractAttribute.Arguments.Add(new
CodeAttributeArgument
(Globals.ValueNameProperty, new CodePrimitiveExpression(GetNameForAttribute(collectionContract.ValueName))));
1210
new
CodeAttributeArgument
(Globals.IsAnyProperty, new CodePrimitiveExpression(true)))
1240
xmlRootAttribute.Arguments.Add(new
CodeAttributeArgument
("ElementName", new CodePrimitiveExpression(xmlDataContract.TopLevelElementName.Value)));
1244
xmlRootAttribute.Arguments.Add(new
CodeAttributeArgument
("Namespace", new CodePrimitiveExpression(xmlDataContract.TopLevelElementNamespace.Value)));
1248
xmlRootAttribute.Arguments.Add(new
CodeAttributeArgument
("IsNullable", new CodePrimitiveExpression(false)));
1278
namespaceAttribute.Arguments.Add(new
CodeAttributeArgument
(Globals.ClrNamespaceProperty, new CodePrimitiveExpression(clrNamespace)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityAttributeGenerationHelper.cs (1)
54
attributeProperty = new
CodeAttributeArgument
(propertyName, newValue);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (1)
214
dataContractAttributeDecl.Arguments.Add(new
CodeAttributeArgument
("Namespace", new CodePrimitiveExpression(part.Namespace)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (7)
770
messageContractAttr.Arguments.Add(new
CodeAttributeArgument
("ProtectionLevel",
782
messageContractAttr.Arguments.Add(new
CodeAttributeArgument
("WrapperName",
784
messageContractAttr.Arguments.Add(new
CodeAttributeArgument
("WrapperNamespace",
786
messageContractAttr.Arguments.Add(new
CodeAttributeArgument
("IsWrapped",
790
messageContractAttr.Arguments.Add(new
CodeAttributeArgument
("IsWrapped",
1005
attr.Arguments.Add(new
CodeAttributeArgument
(field.Name, GetArgValue(fieldValue)));
1014
attr.Arguments.Add(new
CodeAttributeArgument
(property.Name, GetArgValue(propertyValue)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (15)
350
serviceContractAttr.Arguments.Add(new
CodeAttributeArgument
("Name", new CodePrimitiveExpression(friendlyName)));
354
serviceContractAttr.Arguments.Add(new
CodeAttributeArgument
("Namespace", new CodePrimitiveExpression(context.Contract.Namespace)));
356
serviceContractAttr.Arguments.Add(new
CodeAttributeArgument
("ConfigurationName", new CodePrimitiveExpression(NamespaceHelper.GetCodeTypeReference(context.Namespace, context.ContractType).BaseType)));
360
serviceContractAttr.Arguments.Add(new
CodeAttributeArgument
("ProtectionLevel",
367
serviceContractAttr.Arguments.Add(new
CodeAttributeArgument
("CallbackContract", new CodeTypeOfExpression(context.DuplexCallbackTypeReference)));
372
serviceContractAttr.Arguments.Add(new
CodeAttributeArgument
("SessionMode",
401
serviceOperationAttr.Arguments.Add(new
CodeAttributeArgument
("IsOneWay", new CodePrimitiveExpression(true)));
405
serviceOperationAttr.Arguments.Add(new
CodeAttributeArgument
("IsTerminating", new CodePrimitiveExpression(true)));
409
serviceOperationAttr.Arguments.Add(new
CodeAttributeArgument
("IsInitiating", new CodePrimitiveExpression(false)));
413
serviceOperationAttr.Arguments.Add(new
CodeAttributeArgument
("AsyncPattern", new CodePrimitiveExpression(true)));
417
serviceOperationAttr.Arguments.Add(new
CodeAttributeArgument
("ProtectionLevel",
610
faultContractAttr.Arguments.Add(new
CodeAttributeArgument
("Action", new CodePrimitiveExpression(fault.Action)));
613
faultContractAttr.Arguments.Add(new
CodeAttributeArgument
("ProtectionLevel",
620
faultContractAttr.Arguments.Add(new
CodeAttributeArgument
("Name", new CodePrimitiveExpression(fault.ElementName.EncodedName)));
622
faultContractAttr.Arguments.Add(new
CodeAttributeArgument
("Namespace", new CodePrimitiveExpression(fault.Namespace)));