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))
469if (!GetBoolParam(token, l => context.IgnoreDescriptors = l))
475if (!GetBoolParam(token, l => context.IgnoreSubstitutions = l))
481if (!GetBoolParam(token, l => context.IgnoreLinkAttributes = l))
518if (!GetBoolParam(token, value =>
532if (!GetBoolParam(token, l =>
543if (!GetBoolParam(token, l => context.DeterministicOutput = l))
694if (!GetBoolParam(token, l => context.PreserveSymbolPaths = l))
770if (!GetBoolParam(token, l => context.LinkSymbols = l))
775if (!GetBoolParam(token, l => context.DeterministicOutput = !l))
780if (!GetBoolParam(token, l => context.IgnoreDescriptors = !l))