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)
118
var value = GetUInt64(
_position
);
124
var value = GetUInt32(
_position
);
130
var value = GetUInt16(
_position
);
137
var value = GetByte(
_position
);
143
GetBytes(
_position
, buffer.Length).CopyTo(buffer);