public CodeDataProvider(CpuType type) { _type = type; _lineCount = (int)DebugApi.GetDisassemblyLineCount(_type); }