24 writes to Position
Roslyn.Test.PdbUtilities (24)
Reader\Token2SourceLineExporter.cs (24)
965
bits.
Position
= 0;
1247
bits.
Position
= nxt;
1269
bits.
Position
= beg + ns;
1271
bits.
Position
= saved;
1290
bits.
Position
= 0;
1297
bits.
Position
= 4;
1305
bits.
Position
= star;
1337
bits.
Position
= stop;
1346
bits.
Position
= stop;
1350
bits.
Position
= stop;
1355
bits.
Position
= module.cbSyms + module.cbOldLines;
1391
bits.
Position
+= chk.len;
1394
bits.
Position
= endSym;
1398
bits.
Position
= endSym;
1420
bits.
Position
= nxt;
1434
bits.
Position
= beg + ni;
1436
bits.
Position
= saved;
1441
bits.
Position
= nxt;
1474
bits.
Position
+= dh.secconSize;
1477
bits.
Position
+= dh.secmapSize;
1480
bits.
Position
+= dh.filinfSize;
1483
bits.
Position
+= dh.tsmapSize;
1486
bits.
Position
+= dh.ecinfoSize;
1494
bits.
Position
= end;
21 references to Position
Roslyn.Test.PdbUtilities (21)
Reader\Token2SourceLineExporter.cs (21)
1244
int beg = bits.
Position
;
1245
int nxt = bits.
Position
+ buf;
1268
int saved = bits.
Position
;
1299
while (bits.
Position
< module.cbSyms)
1303
int star = bits.
Position
;
1304
int stop = bits.
Position
+ siz;
1370
int begin = bits.
Position
;
1371
while (bits.
Position
< limit)
1375
int place = bits.
Position
;
1376
int endSym = bits.
Position
+ siz;
1381
while (bits.
Position
< endSym)
1385
int ni = bits.
Position
- place;
1418
int beg = bits.
Position
;
1419
int nxt = bits.
Position
+ buf;
1424
nxt = bits.
Position
;
1433
int saved = bits.
Position
;
1453
int end = bits.
Position
+ dh.gpmodiSize;
1454
while (bits.
Position
< end)
1459
if (bits.
Position
!= end)
1461
throw new Exception(string.Format("Error reading DBI stream, pos={0} != {1}", bits.
Position
, end));
1489
end = bits.
Position
+ dh.dbghdrSize;