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