1 write to _accessor
Microsoft.NET.HostModel (1)
MachO\FileUtils\MemoryMappedMachOViewAccessor.cs (1)
16_accessor = accessor;
10 references to _accessor
Microsoft.NET.HostModel (10)
MachO\FileUtils\MemoryMappedMachOViewAccessor.cs (10)
12public long Capacity => _accessor.Capacity; 21_accessor.Read(offset, out result); 26return _accessor.ReadArray(position, buffer, offset, count); 31_accessor.ReadArray(offset, buffer, 0, buffer.Length); 36return _accessor.ReadUInt32BigEndian(offset); 41_accessor.Write(offset, ref value); 46_accessor.WriteUInt32BigEndian(offset, value); 51_accessor.WriteArray(offset, buffer, 0, buffer.Length); 56_accessor.WriteArray(offset, buffer, 0, buffer.Length); 61_accessor.Write(offset, data);