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