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