5 references to WriteObjectHandleExceptions
System.Runtime.Serialization (5)
System\Runtime\Serialization\DataContractSerializer.cs (1)
281
WriteObjectHandleExceptions
(new XmlWriterDelegator(writer), graph);
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (2)
287
WriteObjectHandleExceptions
(new JsonWriterDelegator(writer, this.DateTimeFormat), graph);
292
WriteObjectHandleExceptions
(new JsonWriterDelegator(writer, this.DateTimeFormat), graph);
System\Runtime\Serialization\NetDataContractSerializer.cs (1)
194
WriteObjectHandleExceptions
(new XmlWriterDelegator(writer), graph);
System\Runtime\Serialization\XmlObjectSerializer.cs (1)
59
WriteObjectHandleExceptions
(new XmlWriterDelegator(writer), graph);