4 writes to ElementName
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (2)
1346
xmlElement.
ElementName
= structAttrs.XmlRoot.ElementName;
1361
xmlElement.
ElementName
= xmlReflectionMember.MemberName;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
891
elementAttribute.
ElementName
= elementName.DecodedName;
901
elementAttribute.
ElementName
= elementName.DecodedName;
12 references to ElementName
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (11)
1360
if (xmlElement.
ElementName
.Length == 0)
1638
element.Name = XmlConvert.EncodeLocalName(xmlElement.
ElementName
.Length == 0 ? accessorName : xmlElement.
ElementName
);
1643
element.Name = xmlElement.
ElementName
.Length == 0 ? element.Mapping.DefaultElementName : XmlConvert.EncodeLocalName(xmlElement.
ElementName
);
1812
element.Name = XmlConvert.EncodeLocalName(xmlElement.
ElementName
.Length == 0 ? accessorName : xmlElement.
ElementName
);
1882
element.Name = XmlConvert.EncodeLocalName(xmlElement.
ElementName
.Length == 0 ? accessorName : xmlElement.
ElementName
);
1886
element.Name = xmlElement.
ElementName
.Length == 0 ? element.Mapping.DefaultElementName : XmlConvert.EncodeLocalName(xmlElement.
ElementName
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
900
if (elementAttribute.
ElementName
== String.Empty)