1 write to _inBytes
mscorlib (1)
system\security\util\tokenizer.cs (1)
167
_inBytes
= array;
7 references to _inBytes
mscorlib (7)
system\security\util\tokenizer.cs (7)
263
stream = new MemoryStream(
_inBytes
, _inIndex, _inSize - _inIndex);
328
i = (int)((
_inBytes
[_inIndex+1]<<8) +
_inBytes
[_inIndex]);
339
i = (int)(
_inBytes
[_inIndex++]);
378
ch =
_inBytes
[_inIndex++];
393
ch =
_inBytes
[_inIndex++];
409
i = (int)(
_inBytes
[_inIndex++]);