5 writes to Attribute
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (1)
734
accessor.
Attribute
= attribute;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
1605
accessor.
Attribute
= attribute;
1785
accessor.
Attribute
= attribute;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (2)
1574
member.
Attribute
= accessor;
1604
member.
Attribute
= accessor;
31 references to Attribute
dotnet-svcutil-lib (31)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (8)
897
if (
Attribute
!= null)
899
if (mapping.
Attribute
== null)
901
return (
Attribute
.Name == mapping.
Attribute
.Name &&
Attribute
.Namespace == mapping.
Attribute
.Namespace &&
Attribute
.Form == mapping.
Attribute
.Form);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (7)
87
if (mapping.
Attribute
!= null)
89
ExportType(mapping.
Attribute
.Mapping, Accessor.UnescapeName(mapping.
Attribute
.Name), mapping.
Attribute
.Namespace, null, false);
631
EnsureTypesExported(mapping.Members[i].
Attribute
, mapping.Namespace);
710
else if (member.
Attribute
!= null)
712
AttributeAccessor attribute = member.
Attribute
;
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (3)
1259
if (mapping.
Attribute
!= null)
2200
if (member.
Attribute
!= null)
2202
AddUniqueAccessor(attributes, member.
Attribute
);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (5)
102
if (member.
Attribute
!= null)
103
throw new InvalidOperationException(string.Format(ResXml.XmlBareAttributeMember, member.
Attribute
.Name));
1158
AttributeAccessor accessor = members[i].
Attribute
;
1161
ExportAttributeAccessor(type, members[i].
Attribute
, members[i].CheckSpecified != SpecifiedAccessor.None || members[i].CheckShouldPersist, ns);
1162
if (members[i].
Attribute
.Any)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (4)
1919
if (member.
Attribute
!= null && !member.Ignore)
1954
WriteMember(source, member.
Attribute
, member.TypeDesc, "p");
2452
if (m.
Attribute
!= null)
2473
WriteMember(RaCodeGen.GetStringForMember("o", m.Name, mapping.TypeDesc), m.
Attribute
, m.TypeDesc, "o");
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs (4)
420
if (member.
Attribute
!= null && !member.Ignore)
459
WriteMember(source, member.
Attribute
, member.TypeDesc, "p");
1126
if (m.
Attribute
!= null)
1141
WriteMember(RaCodeGen.GetSourceForMember("o", m, mapping.TypeDesc, ilg), m.
Attribute
, m.TypeDesc, "o");