8 references to s_PAGE_SIZE
Microsoft.CodeAnalysis.VisualBasic (8)
Scanner\ScannerBuffer.vb (8)
35_arr = New Char(s_PAGE_SIZE - 1) {} 68Private Const s_PAGE_MASK = s_PAGE_SIZE - 1 93_buffer.CopyTo(pageStart, p._arr, 0, Math.Min(_bufferLen - pageStart, s_PAGE_SIZE)) 149offsetInPage + length < s_PAGE_SIZE Then 161offsetInPage + length < s_PAGE_SIZE Then 178If textOffset + length < s_PAGE_SIZE Then 191Dim cnt = Math.Min(length, s_PAGE_SIZE - textOffset) 200cnt = Math.Min(length, s_PAGE_SIZE)