4 references to AddStepBefore
illink (4)
Linker\Driver.cs (3)
872
p.
AddStepBefore
(typeof(OutputStep), new SealerStep());
1017
pipeline.
AddStepBefore
(typeof(MarkStep), new LinkAttributesStep(File.OpenRead(file), file));
1022
pipeline.
AddStepBefore
(typeof(MarkStep), new BodySubstituterStep(File.OpenRead(file), file));
Linker\Pipeline.cs (1)
107
AddStepBefore
(target, step);