2 writes to XmlAttributes
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (2)
932dataNode.XmlAttributes = xmlAttributes; 1018dataNode.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)
825IList<XmlAttribute>? xmlAttributes = dataNode.XmlAttributes;