1 write to m_PreviousCharBuffer
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\FileIO\FileSystem.vb (1)
2221m_PreviousCharBuffer = CharBuffer
7 references to m_PreviousCharBuffer
Microsoft.VisualBasic.Core (7)
Microsoft\VisualBasic\FileIO\FileSystem.vb (7)
2203Dim CharBuffer(m_PreviousCharBuffer.Length + ExpectedCharCount - 1) As Char 2205Array.Copy(sourceArray:=m_PreviousCharBuffer, sourceIndex:=0, 2206destinationArray:=CharBuffer, destinationIndex:=0, length:=m_PreviousCharBuffer.Length) 2210chars:=CharBuffer, charIndex:=m_PreviousCharBuffer.Length) 2215If m_PreviousCharBuffer.Length <> m_SearchText.Length Then 2216ReDim m_PreviousCharBuffer(m_SearchText.Length - 1) 2219destinationArray:=m_PreviousCharBuffer, destinationIndex:=0, length:=m_SearchText.Length)