11 references to All
illink (11)
Linker.Steps\DescriptorMarker.cs (4)
57
if (GetTypePreserve(nav) == TypePreserve.
All
)
100
_context.Annotations.SetPreserve(type, TypePreserve.
All
);
146
case TypePreserve.
All
:
175
return nav.HasChildren ? TypePreserve.Nothing : TypePreserve.
All
;
Linker.Steps\MarkStep.cs (2)
314
if (Annotations.TryGetPreserve(type, out TypePreserve preserve) && preserve == TypePreserve.
All
)
2961
case TypePreserve.
All
:
Linker.Steps\RootAssemblyInputStep.cs (1)
146
Annotations.SetPreserve(type, TypePreserve.
All
);
Linker\Annotations.cs (4)
326
if (leftPreserveAction == TypePreserve.
All
|| rightPreserveAction == TypePreserve.
All
)
327
return TypePreserve.
All
;
337
return TypePreserve.
All
;