24 references to GetBoolParam
illink (24)
Linker\Driver.cs (24)
256if (!GetBoolParam(token, l => context.IgnoreUnresolved = l))
303if (!GetBoolParam(token, l => context.EnableReducedTracing = l))
309if (!GetBoolParam(token, l => context.KeepUsedAttributeTypesOnly = l))
315if (!GetBoolParam(token, l => context.StripSecurity = l))
321if (!GetBoolParam(token, l => set_optimizations.Add((CodeOptimizations.RemoveDescriptors, null, l))))
327if (!GetBoolParam(token, l => set_optimizations.Add((CodeOptimizations.RemoveSubstitutions, null, l))))
333if (!GetBoolParam(token, l => set_optimizations.Add((CodeOptimizations.RemoveLinkAttributes, null, l))))
352if (!GetBoolParam(token, l => context.AddReflectionAnnotations = l))
421if (!GetBoolParam(token, l => context.KeepComInterfaces = l))
427if (!GetBoolParam(token, l => keepCompilersResources = l))
433if (!GetBoolParam(token, l => set_optimizations.Add((CodeOptimizations.RemoveDynamicDependencyAttribute, null, !l))))
451if (!GetBoolParam(token, l => context.EnableSerializationDiscovery = l))
457if (!GetBoolParam(token, l => context.DisableOperatorDiscovery = l))
463if (!GetBoolParam(token, l => context.DisableGeneratedCodeHeuristics = l))
476if (!GetBoolParam(token, l => context.IgnoreDescriptors = l))
482if (!GetBoolParam(token, l => context.IgnoreSubstitutions = l))
488if (!GetBoolParam(token, l => context.IgnoreLinkAttributes = l))
525if (!GetBoolParam(token, value =>
539if (!GetBoolParam(token, l =>
550if (!GetBoolParam(token, l => context.DeterministicOutput = l))
701if (!GetBoolParam(token, l => context.PreserveSymbolPaths = l))
777if (!GetBoolParam(token, l => context.LinkSymbols = l))
782if (!GetBoolParam(token, l => context.DeterministicOutput = !l))
787if (!GetBoolParam(token, l => context.IgnoreDescriptors = !l))