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)
187
public override void
WriteBase64
(byte[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
2001
public override void
WriteBase64
(byte[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEventCache.cs (1)
410
public override void
WriteBase64
(byte[] buffer, int index, int count)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1876
public 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)
2004
base.
WriteBase64
(buffer, index, count);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1879
base.
WriteBase64
(buffer, index, count);