10 references to UInt64
dotnet-svcutil-lib (10)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (8)
185case ValueHandleType.UInt64: 260if (type == ValueHandleType.UInt64) 288if (type == ValueHandleType.UInt64) 316if (type == ValueHandleType.UInt64) 380if (type == ValueHandleType.UInt64) 500case ValueHandleType.UInt64: 590case ValueHandleType.UInt64: 875DiagnosticUtility.DebugAssert(_type == ValueHandleType.UInt64, "");
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
662ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.UInt64, ValueHandleLength.UInt64);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
1305ReadValue(value, ValueHandleType.UInt64, ValueHandleLength.UInt64);