4 references to AddStepBefore
illink (4)
Linker\Driver.cs (3)
791
p.
AddStepBefore
(typeof (OutputStep), new SealerStep ());
927
pipeline.
AddStepBefore
(typeof (MarkStep), new LinkAttributesStep (File.OpenRead (file), file));
932
pipeline.
AddStepBefore
(typeof (MarkStep), new BodySubstituterStep (File.OpenRead (file), file));
Linker\Pipeline.cs (1)
101
AddStepBefore
(target, step);