2 writes to XmlAttributes
System.Runtime.Serialization (2)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (2)
936dataNode.XmlAttributes = xmlAttributes; 1017dataNode.XmlAttributes = xmlAttributes;
2 references to XmlAttributes
System.Runtime.Serialization (2)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
619dataNode.XmlAttributes, dataNode.XmlChildNodes, element.prefix, element.localName, element.ns);
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (1)
704IList<XmlAttribute> xmlAttributes = dataNode.XmlAttributes;