7 references to Nothing
illink (7)
Linker.Steps\DescriptorMarker.cs (2)
152
return nav.HasChildren ? TypePreserve.
Nothing
: TypePreserve.All;
156
return TypePreserve.
Nothing
;
Linker\Annotations.cs (4)
307
Debug.Assert (preserve != TypePreserve.
Nothing
);
316
Debug.Assert (existing.preserve != TypePreserve.
Nothing
);
335
if (leftPreserveAction == TypePreserve.
Nothing
)
338
if (rightPreserveAction == TypePreserve.
Nothing
)
Linker\LinkerAttributesInformation.cs (1)
59
if (context.Annotations.TryGetPreserve (td, out TypePreserve preserve) && preserve != TypePreserve.
Nothing
)