3 writes to isActive
System.Xml (3)
System\Xml\Schema\Asttree.cs (3)
259this.isActive = true; 273this.isActive = true; 309this.isActive = false;
3 references to isActive
System.Xml (3)
System\Xml\Schema\Asttree.cs (3)
277if (!isActive) { 312if (! this.isActive) { 324if (! this.isActive) {