14 references to Base64
dotnet-svcutil-lib (14)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (7)
204case ValueHandleType.Base64: 433if (_type == ValueHandleType.Base64) 522case ValueHandleType.Base64: 608case ValueHandleType.Base64: 625if (_type == ValueHandleType.Base64) 799if (_type == ValueHandleType.Base64) 911DiagnosticUtility.DebugAssert(_type == ValueHandleType.Base64, "");
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (4)
856ReadText(textNode, ValueHandleType.Base64, length); 980ReadText(MoveToAtomicTextWithEndElement(), ValueHandleType.Base64, length); 982ReadText(MoveToComplexText(), ValueHandleType.Base64, length); 989ReadText(MoveToComplexText(), ValueHandleType.Base64, actual);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (3)
1272ReadValue(value, ValueHandleType.Base64, ReadUInt8()); 1275ReadValue(value, ValueHandleType.Base64, ReadUInt16()); 1278ReadValue(value, ValueHandleType.Base64, ReadUInt31());