4 references to FromBinary
mscorlib (1)
system\resources\resourcereader.cs (1)
733return DateTime.FromBinary(data);
System.Runtime.Serialization (2)
System\Xml\XmlBufferReader.cs (1)
491return DateTime.FromBinary(value);
System\Xml\XmlConverter.cs (1)
235return DateTime.FromBinary(value);
System.Web (1)
UI\ObjectStateFormatter.cs (1)
545return DateTime.FromBinary(reader.ReadInt64());