2 writes to substeps
illink (2)
Linker.Steps\SubStepsDispatcher.cs (2)
43
substeps
= new List<ISubStep>();
48
substeps
= new List<ISubStep>(subSteps);
3 references to substeps
illink (3)
Linker.Steps\SubStepsDispatcher.cs (3)
53
substeps
.Add(substep);
175
foreach (var substep in
substeps
)
191
foreach (var substep in
substeps
)