1 implementation of IsActiveFor
illink (1)
Linker.Steps\BaseSubStep.cs (1)
28
public virtual bool
IsActiveFor
(AssemblyDefinition assembly) => true;
2 references to IsActiveFor
illink (2)
Linker.Steps\MarkSubStepsDispatcher.cs (1)
161
if (!substep.
IsActiveFor
(assembly))
Linker.Steps\SubStepsDispatcher.cs (1)
182
if (!substep.
IsActiveFor
(assembly))