24 writes to Position
Roslyn.Test.PdbUtilities (24)
Reader\Token2SourceLineExporter.cs (24)
963
bits.
Position
= 0;
1249
bits.
Position
= nxt;
1271
bits.
Position
= beg + ns;
1273
bits.
Position
= saved;
1292
bits.
Position
= 0;
1299
bits.
Position
= 4;
1307
bits.
Position
= star;
1339
bits.
Position
= stop;
1348
bits.
Position
= stop;
1352
bits.
Position
= stop;
1357
bits.
Position
= module.cbSyms + module.cbOldLines;
1393
bits.
Position
+= chk.len;
1396
bits.
Position
= endSym;
1400
bits.
Position
= endSym;
1422
bits.
Position
= nxt;
1436
bits.
Position
= beg + ni;
1438
bits.
Position
= saved;
1443
bits.
Position
= nxt;
1476
bits.
Position
+= dh.secconSize;
1479
bits.
Position
+= dh.secmapSize;
1482
bits.
Position
+= dh.filinfSize;
1485
bits.
Position
+= dh.tsmapSize;
1488
bits.
Position
+= dh.ecinfoSize;
1496
bits.
Position
= end;
21 references to Position
Roslyn.Test.PdbUtilities (21)
Reader\Token2SourceLineExporter.cs (21)
1246
int beg = bits.
Position
;
1247
int nxt = bits.
Position
+ buf;
1270
int saved = bits.
Position
;
1301
while (bits.
Position
< module.cbSyms)
1305
int star = bits.
Position
;
1306
int stop = bits.
Position
+ siz;
1372
int begin = bits.
Position
;
1373
while (bits.
Position
< limit)
1377
int place = bits.
Position
;
1378
int endSym = bits.
Position
+ siz;
1383
while (bits.
Position
< endSym)
1387
int ni = bits.
Position
- place;
1420
int beg = bits.
Position
;
1421
int nxt = bits.
Position
+ buf;
1426
nxt = bits.
Position
;
1435
int saved = bits.
Position
;
1455
int end = bits.
Position
+ dh.gpmodiSize;
1456
while (bits.
Position
< end)
1461
if (bits.
Position
!= end)
1463
throw new Exception(string.Format("Error reading DBI stream, pos={0} != {1}", bits.
Position
, end));
1491
end = bits.
Position
+ dh.dbghdrSize;