2 writes to _xmlAttributes
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\ExtensionDataObject.cs (2)
230set { _xmlAttributes = value; } 248_xmlAttributes = null;
1 reference to _xmlAttributes
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\ExtensionDataObject.cs (1)
229get { return _xmlAttributes; }