2 writes to on_fields
illink (2)
Linker.Steps\MarkSubStepsDispatcher.cs (1)
163
on_fields
= new List<ISubStep>(),
Linker.Steps\SubStepsDispatcher.cs (1)
185
on_fields
= new List<ISubStep>(),
8 references to on_fields
illink (8)
Linker.Steps\MarkSubStepsDispatcher.cs (4)
62
|| HasSubSteps(Categorized.
on_fields
)
74
if (type.HasFields && HasSubSteps(Categorized.
on_fields
))
121
foreach (var substep in Categorized.
on_fields
)
180
CategorizeTarget(substep, SubStepTargets.Field, Categorized.
on_fields
);
Linker.Steps\SubStepsDispatcher.cs (4)
84
|| HasSubSteps(Categorized.
on_fields
)
96
if (type.HasFields && HasSubSteps(Categorized.
on_fields
))
143
foreach (var substep in Categorized.
on_fields
)
202
CategorizeTarget(substep, SubStepTargets.Field, Categorized.
on_fields
);