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