4 references to ToLong
System.Runtime.Serialization (4)
System\Xml\ValueHandle.cs (3)
312
long value =
ToLong
();
379
return
ToLong
();
637
return
ToLong
();
System\Xml\XmlBaseReader.cs (1)
1675
Int64 value = node.Value.
ToLong
();