23 references to GetBoolParam
illink (23)
Linker\Driver.cs (23)
225 if (!GetBoolParam (token, l => context.IgnoreUnresolved = l))
268 if (!GetBoolParam (token, l => context.EnableReducedTracing = l))
274 if (!GetBoolParam (token, l => context.KeepUsedAttributeTypesOnly = l))
280 if (!GetBoolParam (token, l => context.StripSecurity = l))
286 if (!GetBoolParam (token, l => set_optimizations.Add ((CodeOptimizations.RemoveDescriptors, null, l))))
292 if (!GetBoolParam (token, l => set_optimizations.Add ((CodeOptimizations.RemoveSubstitutions, null, l))))
298 if (!GetBoolParam (token, l => set_optimizations.Add ((CodeOptimizations.RemoveLinkAttributes, null, l))))
316 if (!GetBoolParam (token, l => context.AddReflectionAnnotations = l))
379 if (!GetBoolParam (token, l => context.KeepComInterfaces = l))
385 if (!GetBoolParam (token, l => keepCompilersResources = l))
391 if (!GetBoolParam (token, l => set_optimizations.Add ((CodeOptimizations.RemoveDynamicDependencyAttribute, null, !l))))
408 if (!GetBoolParam (token, l => context.EnableSerializationDiscovery = l))
414 if (!GetBoolParam (token, l => context.DisableOperatorDiscovery = l))
420 if (!GetBoolParam (token, l => context.IgnoreDescriptors = l))
426 if (!GetBoolParam (token, l => context.IgnoreSubstitutions = l))
432 if (!GetBoolParam (token, l => context.IgnoreLinkAttributes = l))
466 if (!GetBoolParam (token, value => {
479 if (!GetBoolParam (token, l => {
489 if (!GetBoolParam (token, l => context.DeterministicOutput = l))
622 if (!GetBoolParam (token, l => context.PreserveSymbolPaths = l))
691 if (!GetBoolParam (token, l => context.LinkSymbols = l))
696 if (!GetBoolParam (token, l => context.DeterministicOutput = !l))
701 if (!GetBoolParam (token, l => context.IgnoreDescriptors = !l))