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