2 writes to XmlAttributes
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (2)
934dataNode.XmlAttributes = xmlAttributes; 1020dataNode.XmlAttributes = xmlAttributes;
2 references to XmlAttributes
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\ExtensionDataReader.cs (1)
613dataNode.XmlAttributes, dataNode.XmlChildNodes, _element?.prefix, _element?.localName, _element?.ns);
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (1)
826IList<XmlAttribute>? xmlAttributes = dataNode.XmlAttributes;