8 overrides of Convert
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XmlEncoding.cs (3)
94
public override void
Convert
(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed)
187
public override void
Convert
(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed)
458
public override void
Convert
(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed)
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Text\DecoderNLS.cs (1)
135
public override unsafe void
Convert
(byte[] bytes, int byteIndex, int byteCount,
System.Private.Xml (3)
System\Xml\XmlEncoding.cs (3)
92
public override void
Convert
(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed)
186
public override void
Convert
(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed)
435
public override void
Convert
(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed)
System.Text.Encoding.CodePages (1)
System\Text\DecoderNLS.cs (1)
167
public override unsafe void
Convert
(byte[] bytes, int byteIndex, int byteCount,
4 references to Convert
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (2)
3558
_ps.decoder.
Convert
(_ps.bytes, _ps.bytePos, bytesCount, _ps.chars, _ps.charsUsed, maxCharsCount, false, out bytesCount, out charsCount, out completed);
3583
_ps.decoder.
Convert
(_ps.bytes, _ps.bytePos + bytesDecoded, 1, _ps.chars, _ps.charsUsed + charsDecoded, 1, false, out bDec, out chDec, out completed);
System.Private.Xml (2)
System\Xml\Core\XmlTextReaderImpl.cs (2)
3504
_ps.decoder.
Convert
(_ps.bytes, _ps.bytePos, bytesCount, _ps.chars, _ps.charsUsed, maxCharsCount, false, out bytesCount, out charsCount, out completed);
3532
_ps.decoder.
Convert
(_ps.bytes, _ps.bytePos + bytesDecoded, 1, _ps.chars, _ps.charsUsed + charsDecoded, 2, false, out bDec, out chDec, out completed);