24 writes to Position
Roslyn.Test.PdbUtilities (24)
Reader\Token2SourceLineExporter.cs (24)
965
bits.
Position
= 0;
1251
bits.
Position
= nxt;
1273
bits.
Position
= beg + ns;
1275
bits.
Position
= saved;
1294
bits.
Position
= 0;
1301
bits.
Position
= 4;
1309
bits.
Position
= star;
1341
bits.
Position
= stop;
1350
bits.
Position
= stop;
1354
bits.
Position
= stop;
1359
bits.
Position
= module.cbSyms + module.cbOldLines;
1395
bits.
Position
+= chk.len;
1398
bits.
Position
= endSym;
1402
bits.
Position
= endSym;
1424
bits.
Position
= nxt;
1438
bits.
Position
= beg + ni;
1440
bits.
Position
= saved;
1445
bits.
Position
= nxt;
1478
bits.
Position
+= dh.secconSize;
1481
bits.
Position
+= dh.secmapSize;
1484
bits.
Position
+= dh.filinfSize;
1487
bits.
Position
+= dh.tsmapSize;
1490
bits.
Position
+= dh.ecinfoSize;
1498
bits.
Position
= end;
21 references to Position
Roslyn.Test.PdbUtilities (21)
Reader\Token2SourceLineExporter.cs (21)
1248
int beg = bits.
Position
;
1249
int nxt = bits.
Position
+ buf;
1272
int saved = bits.
Position
;
1303
while (bits.
Position
< module.cbSyms)
1307
int star = bits.
Position
;
1308
int stop = bits.
Position
+ siz;
1374
int begin = bits.
Position
;
1375
while (bits.
Position
< limit)
1379
int place = bits.
Position
;
1380
int endSym = bits.
Position
+ siz;
1385
while (bits.
Position
< endSym)
1389
int ni = bits.
Position
- place;
1422
int beg = bits.
Position
;
1423
int nxt = bits.
Position
+ buf;
1428
nxt = bits.
Position
;
1437
int saved = bits.
Position
;
1457
int end = bits.
Position
+ dh.gpmodiSize;
1458
while (bits.
Position
< end)
1463
if (bits.
Position
!= end)
1465
throw new Exception(string.Format("Error reading DBI stream, pos={0} != {1}", bits.
Position
, end));
1493
end = bits.
Position
+ dh.dbghdrSize;