36 instantiations of XmlAttributes
System.ServiceModel (3)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (3)
334XmlAttributes xmlAttributes = new XmlAttributes(header.AdditionalAttributesProvider); 963member.XmlAttributes = new XmlAttributes(additionalAttributesProvider); 988member.XmlAttributes = new XmlAttributes();
System.Web.Services (25)
System\Web\Services\Configuration\WebServicesSection.cs (19)
93XmlAttributes attrs = new XmlAttributes(); 177table.Add(typeof(ServiceDescription), new XmlAttributes()); 178table.Add(typeof(Import), new XmlAttributes()); 179table.Add(typeof(Port), new XmlAttributes()); 180table.Add(typeof(Service), new XmlAttributes()); 181table.Add(typeof(FaultBinding), new XmlAttributes()); 182table.Add(typeof(InputBinding), new XmlAttributes()); 183table.Add(typeof(OutputBinding), new XmlAttributes()); 184table.Add(typeof(OperationBinding), new XmlAttributes()); 185table.Add(typeof(Binding), new XmlAttributes()); 186table.Add(typeof(OperationFault), new XmlAttributes()); 187table.Add(typeof(OperationInput), new XmlAttributes()); 188table.Add(typeof(OperationOutput), new XmlAttributes()); 189table.Add(typeof(Operation), new XmlAttributes()); 190table.Add(typeof(PortType), new XmlAttributes()); 191table.Add(typeof(Message), new XmlAttributes()); 192table.Add(typeof(MessagePart), new XmlAttributes()); 193table.Add(typeof(Types), new XmlAttributes()); 208xmlAttrs = new XmlAttributes();
System\Web\Services\Description\MimeXmlReflector.cs (1)
39XmlAttributes a = new XmlAttributes(methodInfo.ReturnTypeCustomAttributeProvider);
System\Web\Services\Protocols\SoapReflector.cs (4)
425member.XmlAttributes = new XmlAttributes(methodInfo.ReturnTypeCustomAttributeProvider); 489XmlAttributes a = new XmlAttributes(soapHeader.headerType); 491member.XmlAttributes = new XmlAttributes(); 560soapParamInfo.xmlAttributes = new XmlAttributes(paramInfo);
System\Web\Services\Protocols\XmlReturnReader.cs (1)
35XmlAttributes a = new XmlAttributes(methodInfo.ReturnTypeCustomAttributeProvider);
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\Configuration.cs (1)
27XmlAttributes authorizedTypeAttributes = new XmlAttributes();
System.Xml (7)
System\Xml\Serialization\Types.cs (1)
1138XmlAttributes methodAttrs = new XmlAttributes(enumerator);
System\Xml\Serialization\XmlReflectionImporter.cs (5)
28XmlAttributes defaultAttributes = new XmlAttributes(); 225return new XmlAttributes(type); 231return new XmlAttributes(memberInfo); 1168XmlAttributes structAttrs = new XmlAttributes(xmlReflectionMember.MemberType); 1952XmlAttributes a = new XmlAttributes(type);
System\Xml\Serialization\XmlReflectionMember.cs (1)
20XmlAttributes xmlAttributes = new XmlAttributes();
44 references to XmlAttributes
System.ServiceModel (2)
System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
334XmlAttributes xmlAttributes = new XmlAttributes(header.AdditionalAttributesProvider); 1059static bool HasNoXmlParameterAttributes(XmlAttributes xmlAttributes)
System.Web.Services (9)
System\Web\Services\Configuration\WebServicesSection.cs (5)
93XmlAttributes attrs = new XmlAttributes(); 206XmlAttributes xmlAttrs = (XmlAttributes)table[extensionPointType]; 230XmlAttributes xmlAttrs = (XmlAttributes)table[extensionPointType];
System\Web\Services\Description\MimeXmlReflector.cs (1)
39XmlAttributes a = new XmlAttributes(methodInfo.ReturnTypeCustomAttributeProvider);
System\Web\Services\Protocols\SoapReflector.cs (2)
107internal XmlAttributes xmlAttributes; 489XmlAttributes a = new XmlAttributes(soapHeader.headerType);
System\Web\Services\Protocols\XmlReturnReader.cs (1)
35XmlAttributes a = new XmlAttributes(methodInfo.ReturnTypeCustomAttributeProvider);
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\Configuration.cs (1)
27XmlAttributes authorizedTypeAttributes = new XmlAttributes();
System.Xml (32)
System\Xml\Serialization\Types.cs (1)
1138XmlAttributes methodAttrs = new XmlAttributes(enumerator);
System\Xml\Serialization\XmlAttributeOverrides.cs (5)
27public void Add(Type type, XmlAttributes attributes) { 35public void Add(Type type, string member, XmlAttributes attributes) { 51public XmlAttributes this[Type type] { 61public XmlAttributes this[Type type, string member] { 65return (XmlAttributes)members[member];
System\Xml\Serialization\XmlMapping.cs (1)
108root = (XmlRootAttribute)XmlAttributes.GetAttr(type, typeof(XmlRootAttribute));
System\Xml\Serialization\XmlReflectionImporter.cs (23)
28XmlAttributes defaultAttributes = new XmlAttributes(); 219XmlAttributes GetAttributes(Type type, bool canBeSimpleType) { 220XmlAttributes attrs = attributeOverrides[type]; 228XmlAttributes GetAttributes(MemberInfo memberInfo) { 229XmlAttributes attrs = attributeOverrides[memberInfo.DeclaringType, memberInfo.Name]; 235XmlAttributes a = GetAttributes(model.Type, true); 344TypeMapping ImportTypeMapping(TypeModel model, string ns, ImportContext context, string dataType, XmlAttributes a, RecursionLimiter limiter) { 348TypeMapping ImportTypeMapping(TypeModel model, string ns, ImportContext context, string dataType, XmlAttributes a, bool repeats, bool openModel, RecursionLimiter limiter) { 640StructMapping ImportStructLikeMapping(StructModel model, string ns, bool openModel, XmlAttributes a, RecursionLimiter limiter) { 749XmlAttributes memberAttrs = GetAttributes(memberInfo); 821static bool IsAnonymousType(XmlAttributes a, string contextNs) { 843internal string XsdTypeName(Type type, XmlAttributes a, string name) { 875XmlAttributes a = GetAttributes(type, false); 1036XmlAttributes a = GetAttributes(model.Type, false); 1074XmlAttributes a = GetAttributes(model.FieldInfo); 1152XmlAttributes a = xmlReflectionMember.XmlAttributes; 1168XmlAttributes structAttrs = new XmlAttributes(xmlReflectionMember.MemberType); 1219MemberMapping ImportFieldMapping(StructModel parent, FieldModel model, XmlAttributes a, string ns, RecursionLimiter limiter) { 1318void ImportAccessorMapping(MemberMapping accessor, FieldModel model, XmlAttributes a, string ns, Type choiceIdentifierType, bool rpc, bool openModel, RecursionLimiter limiter) { 1777void CheckTopLevelAttributes(XmlAttributes a, string accessorName) { 1803void CheckAmbiguousChoice(XmlAttributes a, Type accessorType, string accessorName) { 1858object GetDefaultValue(TypeDesc fieldTypeDesc, Type t, XmlAttributes a) { 1952XmlAttributes a = new XmlAttributes(type);
System\Xml\Serialization\XmlReflectionMember.cs (2)
20XmlAttributes xmlAttributes = new XmlAttributes(); 38public XmlAttributes XmlAttributes {