13 references to activeSections
ILLink.Tasks (13)
CreateRuntimeRootDescriptorFile.cs (13)
596
if (
activeSections
.Count > 0 &&
activeSections
.Peek() != true)
598
activeSections
.Push(null);
609
activeSections
.Push(!negativeIfDef);
611
activeSections
.Push(negativeIfDef);
619
if (
activeSections
.Count == 0)
625
bool? activeSection =
activeSections
.Pop();
627
activeSections
.Push(null);
629
activeSections
.Push(!activeSection.Value);
637
if (
activeSections
.Count == 0)
640
activeSections
.Pop();
650
get =>
activeSections
.Count == 0 ||
activeSections
.Peek() == true;