1 write to m_Preamble
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\FileIO\FileSystem.vb (1)
2161m_Preamble = Encoding.GetPreamble
4 references to m_Preamble
Microsoft.VisualBasic.Core (4)
Microsoft\VisualBasic\FileIO\FileSystem.vb (4)
2182Debug.Assert(m_Preamble IsNot Nothing, "Null Preamble") 2188If BytesMatch(ByteBuffer, m_Preamble) Then 2189ByteBufferStartIndex = m_Preamble.Length 2190Count -= m_Preamble.Length ' Reduce the valid byte count if ByteBuffer was shrunk.