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