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