10 references to Int64
dotnet-svcutil-lib (10)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (8)
183case ValueHandleType.Int64: 252if (type == ValueHandleType.Int64) 286if (type == ValueHandleType.Int64) 310if (type >= ValueHandleType.Int8 && type <= ValueHandleType.Int64) 378if (type >= ValueHandleType.Int8 && type <= ValueHandleType.Int64) 498case ValueHandleType.Int64: 588case ValueHandleType.Int64: 869DiagnosticUtility.DebugAssert(_type == ValueHandleType.Int64 || _type == ValueHandleType.TimeSpan || _type == ValueHandleType.DateTime, "");
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
659ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.Int64, ValueHandleLength.Int64);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
1302ReadValue(value, ValueHandleType.Int64, ValueHandleLength.Int64);