8 writes to _position
cdac-build-tool (8)
ObjectFileScraper.cs (8)
69_position = headerStart; 113_position = position; 119_position += sizeof(ulong); 125_position += sizeof(uint); 131_position += sizeof(ushort); 138_position += sizeof(byte); 144_position += buffer.Length; 149_position += count;
5 references to _position
cdac-build-tool (5)
ObjectFileScraper.cs (5)
118var value = GetUInt64(_position); 124var value = GetUInt32(_position); 130var value = GetUInt16(_position); 137var value = GetByte(_position); 143GetBytes(_position, buffer.Length).CopyTo(buffer);