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