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