static DisassembledMethod CreateEmpty(ClrMethod method, string reason) => DisassembledMethod.Empty(method.GetFullSignature(), method.NativeCode, reason);
public DisassemblyResult() { Methods = new DisassembledMethod[0]; Errors = new string[0]; }