2 writes to startIDConstraint
System.Xml (2)
System\Xml\Schema\XsdValidator.cs (2)
672startIDConstraint = -1; 756this.startIDConstraint = this.validationStack.Length - 1;
9 references to startIDConstraint
System.Xml (9)
System\Xml\Schema\XsdValidator.cs (9)
406if (context.ElementDecl != null && (context.ElementDecl.HasRequiredAttribute || this.startIDConstraint != -1)) { 671if (startIDConstraint == validationStack.Length) { 708get { return startIDConstraint != -1; } 724for (int level = this.validationStack.Length - 1; level >= ((this.startIDConstraint >= 0) ? this.startIDConstraint : this.validationStack.Length - 1); level --) { 755if (this.startIDConstraint == -1) { 761for (int i = this.startIDConstraint; i < this.validationStack.Length; i ++) { 807for (int ci = this.startIDConstraint; ci < this.validationStack.Length; ci ++) { 850for (int ci = this.validationStack.Length - 1; ci >= this.startIDConstraint; ci --) {