15 references to Base64
System.Runtime.Serialization (15)
System\Xml\ValueHandle.cs (8)
204
case ValueHandleType.
Base64
:
434
if (type == ValueHandleType.
Base64
)
523
case ValueHandleType.
Base64
:
600
case ValueHandleType.
Base64
:
656
case ValueHandleType.
Base64
:
673
if (type == ValueHandleType.
Base64
)
847
if (type == ValueHandleType.
Base64
)
961
Fx.Assert(type == ValueHandleType.
Base64
, "");
System\Xml\XmlBinaryReader.cs (4)
886
ReadText(textNode, ValueHandleType.
Base64
, length);
1010
ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.
Base64
, length);
1012
ReadText(MoveToComplexText(), ValueHandleType.
Base64
, length);
1019
ReadText(MoveToComplexText(), ValueHandleType.
Base64
, actual);
System\Xml\XmlBufferReader.cs (3)
1300
ReadValue(value, ValueHandleType.
Base64
, ReadUInt8());
1303
ReadValue(value, ValueHandleType.
Base64
, ReadUInt16());
1306
ReadValue(value, ValueHandleType.
Base64
, ReadUInt31());