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