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