8 instantiations of JsonWriterDelegator
System.Runtime.Serialization (8)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (8)
267WriteEndObjectHandleExceptions(new JsonWriterDelegator(writer)); 273WriteEndObjectHandleExceptions(new JsonWriterDelegator(writer)); 287WriteObjectHandleExceptions(new JsonWriterDelegator(writer, this.DateTimeFormat), graph); 292WriteObjectHandleExceptions(new JsonWriterDelegator(writer, this.DateTimeFormat), graph); 297WriteObjectContentHandleExceptions(new JsonWriterDelegator(writer, this.DateTimeFormat), graph); 302WriteObjectContentHandleExceptions(new JsonWriterDelegator(writer, this.DateTimeFormat), graph); 308WriteStartObjectHandleExceptions(new JsonWriterDelegator(writer), graph); 314WriteStartObjectHandleExceptions(new JsonWriterDelegator(writer), graph);
1 reference to JsonWriterDelegator
System.Runtime.Serialization (1)
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (1)
630ilg.Call(xmlWriterArg, typeof(JsonWriterDelegator).GetMethod(writeArrayMethod, Globals.ScanAllMembers, null, new Type[] { type, typeof(XmlDictionaryString), typeof(XmlDictionaryString) }, null), value, itemName, null);