8 references to Nothing
illink (8)
Linker.Steps\DescriptorMarker.cs (3)
162
if (preserve is TypePreserve.
Nothing
)
183
return nav.HasChildren ? TypePreserve.
Nothing
: TypePreserve.All;
187
return TypePreserve.
Nothing
;
Linker\Annotations.cs (4)
339
Debug.Assert(preserve != TypePreserve.
Nothing
);
350
Debug.Assert(existing.preserve != TypePreserve.
Nothing
);
371
if (leftPreserveAction == TypePreserve.
Nothing
)
374
if (rightPreserveAction == TypePreserve.
Nothing
)
Linker\LinkerAttributesInformation.cs (1)
63
if (context.Annotations.TryGetPreserve(td, out TypePreserve preserve) && preserve != TypePreserve.
Nothing
)