3 references to TryGetPreserve
illink (3)
Linker.Steps\MarkStep.cs (2)
294
if (Annotations.
TryGetPreserve
(type, out TypePreserve preserve) && preserve == TypePreserve.All)
2708
if (Annotations.
TryGetPreserve
(type, out TypePreserve preserve)) {
Linker\LinkerAttributesInformation.cs (1)
59
if (context.Annotations.
TryGetPreserve
(td, out TypePreserve preserve) && preserve != TypePreserve.Nothing)