7 references to Nothing
illink (7)
Linker.Steps\DescriptorMarker.cs (2)
175
return nav.HasChildren ? TypePreserve.
Nothing
: TypePreserve.All;
179
return TypePreserve.
Nothing
;
Linker\Annotations.cs (4)
296
Debug.Assert(preserve != TypePreserve.
Nothing
);
307
Debug.Assert(existing.preserve != TypePreserve.
Nothing
);
328
if (leftPreserveAction == TypePreserve.
Nothing
)
331
if (rightPreserveAction == TypePreserve.
Nothing
)
Linker\LinkerAttributesInformation.cs (1)
63
if (context.Annotations.TryGetPreserve(td, out TypePreserve preserve) && preserve != TypePreserve.
Nothing
)