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