2 references to GetInt64
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (1)
870
return _bufferReader.
GetInt64
(_offset);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
1071
return (ulong)
GetInt64
(offset);