4 references to WriteObjectHandleExceptions
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\DataContractSerializer.cs (1)
257
WriteObjectHandleExceptions
(new XmlWriterDelegator(writer), graph);
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (2)
303
WriteObjectHandleExceptions
(new JsonWriterDelegator(writer, this.DateTimeFormat), graph);
310
WriteObjectHandleExceptions
(new JsonWriterDelegator(writer, this.DateTimeFormat), graph);
System\Runtime\Serialization\XmlObjectSerializer.cs (1)
82
WriteObjectHandleExceptions
(new XmlWriterDelegator(writer), graph);