4 references to ToLong
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (3)
312
long value =
ToLong
();
379
return
ToLong
();
589
return
ToLong
();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1516
Int64 value = node.Value.
ToLong
();