1 write to m_Decoder
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\FileIO\FileSystem.vb (1)
2160
m_Decoder
= Encoding.GetDecoder
3 references to m_Decoder
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\FileIO\FileSystem.vb (3)
2181
Debug.Assert(
m_Decoder
IsNot Nothing, "Null Decoder")
2200
Dim ExpectedCharCount As Integer =
m_Decoder
.GetCharCount(ByteBuffer, ByteBufferStartIndex, Count)
2208
Dim CharCount As Integer =
m_Decoder
.GetChars(