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