11 references to All
illink (11)
Linker.Steps\DescriptorMarker.cs (4)
57
if (GetTypePreserve (nav) == TypePreserve.
All
) {
94
_context.Annotations.SetPreserve (type, TypePreserve.
All
);
125
case TypePreserve.
All
:
152
return nav.HasChildren ? TypePreserve.Nothing : TypePreserve.
All
;
Linker.Steps\MarkStep.cs (2)
294
if (Annotations.TryGetPreserve (type, out TypePreserve preserve) && preserve == TypePreserve.
All
)
2716
case TypePreserve.
All
:
Linker.Steps\RootAssemblyInputStep.cs (1)
140
Annotations.SetPreserve (type, TypePreserve.
All
);
Linker\Annotations.cs (4)
332
if (leftPreserveAction == TypePreserve.
All
|| rightPreserveAction == TypePreserve.
All
)
333
return TypePreserve.
All
;
343
return TypePreserve.
All
;