3 references to ParseJsonDate
System.Runtime.Serialization (3)
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (3)
157
return
ParseJsonDate
(ReadContentAsString(), this.dateTimeFormat);
258
return
ParseJsonDate
(ReadElementContentAsString(), this.dateTimeFormat);
292
array[offset + actual] = JsonReaderDelegator.
ParseJsonDate
(reader.ReadElementContentAsString(), this.dateTimeFormat);