5 references to ReadContentAsBase64
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReader.cs (1)
441
int readCount = _readBinaryHelper.
ReadContentAsBase64
(buffer, index, count);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlValidatingReaderImpl.cs (1)
640
int readCount = _readBinaryHelper.
ReadContentAsBase64
(buffer, index, count);
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (1)
1548
int readCount = _readBinaryHelper.
ReadContentAsBase64
(buffer, index, count);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (1)
1830
int readCount = _readBinaryHelper.
ReadContentAsBase64
(buffer, index, count);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigatorReader.cs (1)
871
int readCount = _readBinaryHelper.
ReadContentAsBase64
(buffer, index, count);