1 write to KeepUsedAttributeTypesOnly
illink (1)
Linker\Driver.cs (1)
274
if (!GetBoolParam (token, l => context.
KeepUsedAttributeTypesOnly
= l))
2 references to KeepUsedAttributeTypesOnly
illink (2)
Linker.Steps\MarkStep.cs (2)
774
bool markOnUse = Context.
KeepUsedAttributeTypesOnly
&& providerInLinkedAssembly;
1084
if (Context.
KeepUsedAttributeTypesOnly
) {