1 override of ReadValueAsBase64
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1173
public override int
ReadValueAsBase64
(byte[] buffer, int offset, int count)
1 reference to ReadValueAsBase64
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
1182
while ((count = reader.
ReadValueAsBase64
(_bytes, 0, _bytes.Length)) > 0)