24 references to GetBoolParam
illink (24)
Linker\Driver.cs (24)
271if (!GetBoolParam(token, l => context.IgnoreUnresolved = l))
318if (!GetBoolParam(token, l => context.EnableReducedTracing = l))
324if (!GetBoolParam(token, l => context.KeepUsedAttributeTypesOnly = l))
330if (!GetBoolParam(token, l => context.StripSecurity = l))
336if (!GetBoolParam(token, l => set_optimizations.Add((CodeOptimizations.RemoveDescriptors, null, l))))
342if (!GetBoolParam(token, l => set_optimizations.Add((CodeOptimizations.RemoveSubstitutions, null, l))))
348if (!GetBoolParam(token, l => set_optimizations.Add((CodeOptimizations.RemoveLinkAttributes, null, l))))
367if (!GetBoolParam(token, l => context.AddReflectionAnnotations = l))
445if (!GetBoolParam(token, l => context.KeepComInterfaces = l))
451if (!GetBoolParam(token, l => keepCompilersResources = l))
457if (!GetBoolParam(token, l => set_optimizations.Add((CodeOptimizations.RemoveDynamicDependencyAttribute, null, !l))))
475if (!GetBoolParam(token, l => context.EnableSerializationDiscovery = l))
481if (!GetBoolParam(token, l => context.DisableOperatorDiscovery = l))
487if (!GetBoolParam(token, l => context.DisableGeneratedCodeHeuristics = l))
500if (!GetBoolParam(token, l => context.IgnoreDescriptors = l))
506if (!GetBoolParam(token, l => context.IgnoreSubstitutions = l))
512if (!GetBoolParam(token, l => context.IgnoreLinkAttributes = l))
549if (!GetBoolParam(token, value =>
563if (!GetBoolParam(token, l =>
576if (!GetBoolParam(token, l => context.DeterministicOutput = l))
729if (!GetBoolParam(token, l => context.PreserveSymbolPaths = l))
807if (!GetBoolParam(token, l => context.LinkSymbols = l))
812if (!GetBoolParam(token, l => context.DeterministicOutput = !l))
817if (!GetBoolParam(token, l => context.IgnoreDescriptors = !l))