13 references to activeSections
ILLink.Tasks (13)
CreateRuntimeRootDescriptorFile.cs (13)
520
if (
activeSections
.Count > 0 &&
activeSections
.Peek () != true) {
521
activeSections
.Push (null);
530
activeSections
.Push (!negativeIfDef);
532
activeSections
.Push (negativeIfDef);
539
if (
activeSections
.Count == 0) {
542
bool? activeSection =
activeSections
.Pop ();
544
activeSections
.Push (null);
546
activeSections
.Push (!activeSection.Value);
553
if (
activeSections
.Count == 0)
556
activeSections
.Pop ();
565
get =>
activeSections
.Count == 0 ||
activeSections
.Peek () == true;