15 references to Base64
System.Private.DataContractSerialization (15)
System\Xml\ValueHandle.cs (8)
189
case ValueHandleType.
Base64
:
422
if (_type == ValueHandleType.
Base64
)
509
case ValueHandleType.
Base64
:
588
case ValueHandleType.
Base64
:
644
case ValueHandleType.
Base64
:
661
if (_type == ValueHandleType.
Base64
)
834
if (_type == ValueHandleType.
Base64
)
942
Debug.Assert(_type == ValueHandleType.
Base64
);
System\Xml\XmlBinaryReader.cs (4)
873
ReadText(textNode, ValueHandleType.
Base64
, length);
997
ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.
Base64
, length);
999
ReadText(MoveToComplexText(), ValueHandleType.
Base64
, length);
1006
ReadText(MoveToComplexText(), ValueHandleType.
Base64
, actual);
System\Xml\XmlBufferReader.cs (3)
1127
ReadValue(value, ValueHandleType.
Base64
, ReadUInt8());
1130
ReadValue(value, ValueHandleType.
Base64
, ReadUInt16());
1133
ReadValue(value, ValueHandleType.
Base64
, ReadUInt31());