4 references to ToLong
System.Private.DataContractSerialization (4)
System\Xml\ValueHandle.cs (3)
297
long value =
ToLong
();
367
return
ToLong
();
625
return
ToLong
();
System\Xml\XmlBaseReader.cs (1)
1561
long value = node.Value.
ToLong
();