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