32 references to Length
System.Xml (32)
System\Xml\Schema\DtdValidator.cs (1)
428
if (validationStack.
Length
> 1) {
System\Xml\Schema\XdrBuilder.cs (3)
559
_StateHistory[_StateHistory.
Length
- 1] = _CurState;
573
_GroupStack[_GroupStack.
Length
- 1] = GroupContent.Copy(_GroupDef);
919
ad._Global = (builder._StateHistory.
Length
== 2);
System\Xml\Schema\XdrValidator.cs (1)
550
if (validationStack.
Length
> 1) {
System\Xml\Schema\XmlSchemaValidator.cs (16)
226
while(validationStack.
Length
> 1) { //Clear all other context from stack
466
ValidatorState toState = validationStack.
Length
> 1 ? ValidatorState.Attribute : ValidatorState.TopLevelAttribute;
677
ValidatorState toState = validationStack.
Length
> 1 ? ValidatorState.Text : ValidatorState.TopLevelTextOrWS;
744
ValidatorState toState = validationStack.
Length
> 1 ? ValidatorState.Whitespace : ValidatorState.TopLevelTextOrWS;
799
if (validationStack.
Length
<= 1) {
826
if (validationStack.
Length
> 1) { //We have pending elements in the stack to call ValidateEndElement
1007
if (validationStack.
Length
<= 1) {
1312
Debug.Assert(validationStack.
Length
> 1);
1315
if (startIDConstraint == validationStack.
Length
) {
1822
for (int level = this.validationStack.
Length
- 1; level >= ((this.startIDConstraint >= 0) ? this.startIDConstraint : this.validationStack.
Length
- 1); level --) {
1854
this.startIDConstraint = this.validationStack.
Length
- 1;
1863
for (int i = this.startIDConstraint; i < this.validationStack.
Length
; i ++) {
1908
for (int ci = this.startIDConstraint; ci < this.validationStack.
Length
; ci ++) {
1946
for (int ci = this.validationStack.
Length
- 1; ci >= this.startIDConstraint; ci --) {
2048
ConstraintStruct[] vcs = ((ValidationState)(this.validationStack[this.validationStack.
Length
- 1])).Constr;
System\Xml\Schema\XsdBuilder.cs (2)
786
this.stateHistory[this.stateHistory.
Length
- 1] = this.currentEntry;
805
get { return((XsdEntry)this.stateHistory[this.stateHistory.
Length
- 1]).Name;}
System\Xml\Schema\XsdValidator.cs (9)
669
if (validationStack.
Length
> 1) {
671
if (startIDConstraint == validationStack.
Length
) {
724
for (int level = this.validationStack.
Length
- 1; level >= ((this.startIDConstraint >= 0) ? this.startIDConstraint : this.validationStack.
Length
- 1); level --) {
756
this.startIDConstraint = this.validationStack.
Length
- 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 --) {
942
ConstraintStruct[] vcs = ((ValidationState)(this.validationStack[this.validationStack.
Length
- 1])).Constr;