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