2 writes to isOpen
System.Xml (2)
System\Xml\Schema\ContentValidator.cs (2)
886this.isOpen = isOpen; 909set { isOpen = value; }
1 reference to isOpen
System.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
907return isOpen;