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