6 references to WriteObjectContentHandleExceptions
System.Runtime.Serialization (6)
System\Runtime\Serialization\DataContractSerializer.cs (2)
291
WriteObjectContentHandleExceptions
(new XmlWriterDelegator(writer), graph);
306
WriteObjectContentHandleExceptions
(new XmlWriterDelegator(writer), graph);
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (2)
297
WriteObjectContentHandleExceptions
(new JsonWriterDelegator(writer, this.DateTimeFormat), graph);
302
WriteObjectContentHandleExceptions
(new JsonWriterDelegator(writer, this.DateTimeFormat), graph);
System\Runtime\Serialization\NetDataContractSerializer.cs (2)
204
WriteObjectContentHandleExceptions
(new XmlWriterDelegator(writer), graph);
231
WriteObjectContentHandleExceptions
(new XmlWriterDelegator(writer), graph);