15 types derived from BaseStep
illink (15)
Linker.Steps\AddBypassNGenStep.cs (1)
12
public class AddBypassNGenStep :
BaseStep
Linker.Steps\CleanStep.cs (1)
37
public class CleanStep :
BaseStep
Linker.Steps\CodeRewriterStep.cs (1)
12
public class CodeRewriterStep :
BaseStep
Linker.Steps\OutputStep.cs (1)
43
public class OutputStep :
BaseStep
Linker.Steps\OutputWarningSuppressions.cs (1)
8
public class OutputWarningSuppressions :
BaseStep
Linker.Steps\ProcessLinkerXmlStepBase.cs (1)
8
public class ProcessLinkerXmlStepBase :
BaseStep
Linker.Steps\ProcessReferencesStep.cs (1)
10
public class ProcessReferencesStep :
BaseStep
Linker.Steps\ProcessWarningsStep.cs (1)
6
public class ProcessWarningsStep :
BaseStep
Linker.Steps\ReflectionBlockedStep.cs (1)
10
public class ReflectionBlockedStep :
BaseStep
Linker.Steps\RegenerateGuidStep.cs (1)
39
public class RegenerateGuidStep :
BaseStep
Linker.Steps\RemoveResourcesStep.cs (1)
10
public class RemoveResourcesStep :
BaseStep
Linker.Steps\RootAssemblyInputStep.cs (1)
10
public class RootAssemblyInput :
BaseStep
Linker.Steps\SealerStep.cs (1)
11
public class SealerStep :
BaseStep
Linker.Steps\SweepStep.cs (1)
43
public class SweepStep :
BaseStep
Linker.Steps\ValidateVirtualMethodAnnotationsStep.cs (1)
10
public class ValidateVirtualMethodAnnotationsStep :
BaseStep
3 references to BaseStep
illink (3)
Linker\Driver.cs (3)
206
List<
BaseStep
> inputs = CreateDefaultResolvers ();
1316
protected virtual List<
BaseStep
> CreateDefaultResolvers ()
1318
return new List<
BaseStep
> ();