2 instantiations of ConstraintStruct
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (1)
2164
_context.Constr[id++] = new
ConstraintStruct
(currentElementDecl.Constraints[i]);
System\Xml\Schema\XsdValidator.cs (1)
854
context.Constr[id++] = new
ConstraintStruct
(context.ElementDecl.Constraints[i]);
15 references to ConstraintStruct
System.Private.Xml (15)
System\Xml\Schema\ConstraintStruct.cs (2)
81
private readonly
ConstraintStruct
_cs; // pointer of constraintstruct, to enable 6
90
public SelectorActiveAxis(Asttree axisTree,
ConstraintStruct
cs) : base(axisTree)
System\Xml\Schema\ValidationState.cs (1)
37
public
ConstraintStruct
[]? Constr;
System\Xml\Schema\XmlSchemaValidator.cs (6)
2160
_context.Constr = new
ConstraintStruct
[currentElementDecl.Constraints!.Length];
2183
ConstraintStruct
[] constraintStructures = ((ValidationState)_validationStack[level]).Constr!;
2233
ConstraintStruct
[] constraintStructures = ((ValidationState)_validationStack[i]).Constr!;
2288
ConstraintStruct
[] constraintStructures = ((ValidationState)_validationStack[ci]).Constr!;
2334
ConstraintStruct
[] constraints = ((ValidationState)_validationStack[ci]).Constr!;
2448
ConstraintStruct
[]? vcs = ((ValidationState)(_validationStack[_validationStack.Length - 1])).Constr;
System\Xml\Schema\XsdValidator.cs (6)
850
context!.Constr = new
ConstraintStruct
[context.ElementDecl!.Constraints!.Length];
873
ConstraintStruct
[] constraints = ((ValidationState)_validationStack[level]).Constr!;
919
ConstraintStruct
[] constraints = ((ValidationState)_validationStack[i]).Constr!;
974
ConstraintStruct
[] constraints = ((ValidationState)_validationStack[ci]).Constr!;
1028
ConstraintStruct
[] constraints = ((ValidationState)_validationStack[ci]).Constr!;
1128
ConstraintStruct
[] vcs = ((ValidationState)(_validationStack[_validationStack.Length - 1])).Constr!;