Base:
method
WriteBase64
Microsoft.Xml.XmlWriter.WriteBase64(System.Byte[], System.Int32, System.Int32)
4 overrides of WriteBase64
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
187public override void WriteBase64(byte[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
2001public override void WriteBase64(byte[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEventCache.cs (1)
410public override void WriteBase64(byte[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1876public override void WriteBase64(byte[] buffer, int index, int count)
3 references to WriteBase64
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
190_wrapped.WriteBase64(buffer, index, count);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
2004base.WriteBase64(buffer, index, count);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1879base.WriteBase64(buffer, index, count);