1 write to LinkSymbols
illink (1)
Linker\Driver.cs (1)
764
if (!GetBoolParam(token, l => context.
LinkSymbols
= l))
3 references to LinkSymbols
illink (3)
Linker.Steps\OutputStep.cs (2)
192
if (!Context.
LinkSymbols
)
269
if (!Context.
LinkSymbols
)
Linker.Steps\SweepStep.cs (1)
632
var arc = new AssemblyReferencesCorrector(assembly, walkSymbols: Context.
LinkSymbols
);