65 writes to Position
Mono.Cecil.Pdb (65)
Microsoft.Cci.Pdb\MsfDirectory.cs (1)
22bits.Position = 0;
Microsoft.Cci.Pdb\PdbFile.cs (32)
60bits.Position = nxt; 85bits.Position = beg + ns; 87bits.Position = saved; 118bits.Position = nxt; 133bits.Position = beg + ni; 135bits.Position = saved; 140bits.Position = nxt; 169bits.Position = begin; 214bits.Position += linsiz; 221bits.Position = begSym; 245bits.Position = plin + 8 * i; 253bits.Position = pcol + 4 * i; 268bits.Position = endSym; 284bits.Position = 0; 291bits.Position = 4; 297bits.Position = info.cbSyms + info.cbOldLines; 339bits.Position += dh.secconSize; 342bits.Position += dh.secmapSize; 345bits.Position += dh.filinfSize; 348bits.Position += dh.tsmapSize; 351bits.Position += dh.ecinfoSize; 358bits.Position = end; 441bits.Position = 0; 448bits.Position = 4; 457bits.Position = star; 491bits.Position = stop; 500bits.Position = stop; 506bits.Position = stop; 511bits.Position = module.cbSyms + module.cbOldLines; 568bits.Position += chk.len; 571bits.Position = endSym; 575bits.Position = endSym;
Microsoft.Cci.Pdb\PdbFunction.cs (25)
101bits.Position = star; 110bits.Position = (int)proc.end; 115bits.Position = stop; 121bits.Position = stop; 129bits.Position = begin; 167bits.Position = stop; 173bits.Position = stop; 197bits.Position = star; 206bits.Position = (int)block.end; 212bits.Position = stop; 217bits.Position = stop; 222bits.Position = stop; 226bits.Position = stop; 230bits.Position = pos; 281bits.Position = star; 299bits.Position = stop; 317bits.Position = stop; 320bits.Position = (int)block.end; 326bits.Position = stop; 331bits.Position = stop; 336bits.Position = stop; 340bits.Position = stop; 345bits.Position = stop; 385bits.Position += 2; // 2-bytes padding 405bits.Position = savedPosition + (int)numberOfBytesInItem;
Microsoft.Cci.Pdb\PdbScope.cs (7)
61bits.Position = star; 75bits.Position = stop; 82bits.Position = stop; 87bits.Position = stop; 91bits.Position = stop; 96bits.Position = stop; 101bits.Position = stop;
49 references to Position
Mono.Cecil.Pdb (49)
Microsoft.Cci.Pdb\PdbFile.cs (29)
57int beg = bits.Position; 58int nxt = bits.Position + buf; 84int saved = bits.Position; 116int beg = bits.Position; 117int nxt = bits.Position + buf; 123nxt = bits.Position; 132int saved = bits.Position; 165int begin = bits.Position; 170while (bits.Position < limit) { 175int endSym = bits.Position + siz; 206int begSym = bits.Position; 208while (bits.Position < endSym) { 222while (bits.Position < endSym) { 238int plin = bits.Position; 239int pcol = bits.Position + 8 * (int)file.count; 322int end = bits.Position + dh.gpmodiSize; 323while (bits.Position < end) { 327if (bits.Position != end) { 329bits.Position, end); 354end = bits.Position + dh.dbghdrSize; 450while (bits.Position < module.cbSyms) { 455int star = bits.Position; 456int stop = bits.Position + siz; 527int begin = bits.Position; 528while (bits.Position < limit) { 533int place = bits.Position; 534int endSym = bits.Position + siz; 538while (bits.Position < endSym) { 541int ni = bits.Position - place;
Microsoft.Cci.Pdb\PdbFunction.cs (16)
91int begin = bits.Position; 94while (bits.Position < limit) { 99int star = bits.Position; 100int stop = bits.Position + siz; 133while (bits.Position < limit) { 138int star = bits.Position; 139int stop = bits.Position + siz; 183int pos = bits.Position; 190while (bits.Position < limit) { 195int star = bits.Position; 196int stop = bits.Position + siz; 274while (bits.Position < proc.end) { 279int star = bits.Position; 280int stop = bits.Position + siz; 351if (bits.Position != proc.end) { 380int savedPosition = bits.Position;
Microsoft.Cci.Pdb\PdbScope.cs (4)
54while (bits.Position < block.end) { 59int star = bits.Position; 60int stop = bits.Position + siz; 106if (bits.Position != block.end) {