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)
302
if (Annotations.TryGetPreserve(type, out TypePreserve preserve) && preserve == TypePreserve.
All
)
2938
case TypePreserve.
All
:
Linker.Steps\RootAssemblyInputStep.cs (1)
145
Annotations.SetPreserve(type, TypePreserve.
All
);
Linker\Annotations.cs (4)
325
if (leftPreserveAction == TypePreserve.
All
|| rightPreserveAction == TypePreserve.
All
)
326
return TypePreserve.
All
;
336
return TypePreserve.
All
;