23 references to GetBoolParam
illink (23)
Linker\Driver.cs (23)
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.IgnoreDescriptors = l))
469if (!GetBoolParam(token, l => context.IgnoreSubstitutions = l))
475if (!GetBoolParam(token, l => context.IgnoreLinkAttributes = l))
512if (!GetBoolParam(token, value =>
526if (!GetBoolParam(token, l =>
537if (!GetBoolParam(token, l => context.DeterministicOutput = l))
688if (!GetBoolParam(token, l => context.PreserveSymbolPaths = l))
764if (!GetBoolParam(token, l => context.LinkSymbols = l))
769if (!GetBoolParam(token, l => context.DeterministicOutput = !l))
774if (!GetBoolParam(token, l => context.IgnoreDescriptors = !l))