2 writes to _handle
ILCompiler.Compiler (2)
Compiler\Disassembler.cs (2)
86
_handle
= InitBufferedDisasm(arch switch
133
_handle
= IntPtr.Zero;
3 references to _handle
ILCompiler.Compiler (3)
Compiler\Disassembler.cs (3)
95
if (
_handle
== IntPtr.Zero)
107
size = DumpInstruction(
_handle
, (ulong)offset, (IntPtr)pByte, bytes.Length - offset);
132
FinishDisasm(
_handle
);