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