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