REFACTOR: Use explicit or implicit modified definition.

This commit is contained in:
2017-12-20 17:46:47 +00:00
parent 3c843c3b06
commit ff2afc4593
13 changed files with 27 additions and 27 deletions

View File

@@ -49,7 +49,7 @@ namespace DiscImageChef.Core.Devices.Dumping
using Session = Decoders.CD.Session;
using TrackType = Schemas.TrackType;
internal class CompactDisc
class CompactDisc
{
internal static void Dump(Device dev, string devicePath, string outputPrefix, ushort retryPasses, bool force,
bool dumpRaw, bool persistent, bool stopOnError, ref CICMMetadataType sidecar,

View File

@@ -40,7 +40,7 @@ using Schemas;
namespace DiscImageChef.Core.Devices.Dumping
{
internal static class Mmc
static class Mmc
{
internal static void Dump(Device dev, string devicePath, string outputPrefix, ushort retryPasses, bool force,
bool dumpRaw, bool persistent, bool stopOnError, ref CICMMetadataType sidecar,

View File

@@ -49,7 +49,7 @@ namespace DiscImageChef.Core.Devices.Dumping
{
using TrackType = DiscImages.TrackType;
internal static class Sbc
static class Sbc
{
internal static void Dump(Device dev, string devicePath, string outputPrefix, ushort retryPasses, bool force,
bool dumpRaw, bool persistent, bool stopOnError, ref CICMMetadataType sidecar,

View File

@@ -42,7 +42,7 @@ using Schemas;
namespace DiscImageChef.Core.Devices.Dumping
{
internal static class Ssc
static class Ssc
{
internal static void Dump(Device dev, string outputPrefix, string devicePath, ref CICMMetadataType sidecar,
ref Metadata.Resume resume, ref DumpLog dumpLog)

View File

@@ -47,7 +47,7 @@ using Schemas;
namespace DiscImageChef.Core.Devices.Dumping
{
internal static class Xgd
static class Xgd
{
internal static void Dump(Device dev, string devicePath, string outputPrefix, ushort retryPasses, bool force,
bool dumpRaw, bool persistent, bool stopOnError, ref CICMMetadataType sidecar,

View File

@@ -39,7 +39,7 @@ using DiscImageChef.Metadata;
namespace DiscImageChef.Core.Devices.Report.SCSI
{
internal static class Mmc
static class Mmc
{
internal static void Report(Device dev, ref DeviceReport report, bool debug,
ref Decoders.SCSI.Modes.ModePage_2A? cdromMode, ref List<string> mediaTypes)

View File

@@ -38,7 +38,7 @@ using DiscImageChef.Metadata;
namespace DiscImageChef.Core.Devices.Report.SCSI
{
internal static class Ssc
static class Ssc
{
internal static void Report(Device dev, ref DeviceReport report, bool debug)
{