3 instantiations of CompiledIdentityConstraint
System.Private.Xml (3)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
42public static readonly CompiledIdentityConstraint Empty = new CompiledIdentityConstraint();
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
2135compic = new CompiledIdentityConstraint(xi, xnmgr);
System\Xml\Schema\SchemaSetCompiler.cs (1)
2591compic = new CompiledIdentityConstraint(xi, xnmgr);
30 references to CompiledIdentityConstraint
System.Private.Xml (30)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
42public static readonly CompiledIdentityConstraint Empty = new CompiledIdentityConstraint();
System\Xml\Schema\ConstraintStruct.cs (3)
18internal CompiledIdentityConstraint constraint; // pointer to constraint 30internal ConstraintStruct(CompiledIdentityConstraint constraint) 36if (this.constraint.Role != CompiledIdentityConstraint.ConstraintRole.Keyref)
System\Xml\Schema\SchemaCollectionCompiler.cs (6)
2120xi.CompiledConstraint = CompiledIdentityConstraint.Empty; 2131CompiledIdentityConstraint? compic; 2154if (ic.CompiledConstraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref) 2168xi.CompiledConstraint = CompiledIdentityConstraint.Empty; 2314CompiledIdentityConstraint[] compiledConstraints = new CompiledIdentityConstraint[constraints.Count];
System\Xml\Schema\SchemaElementDecl.cs (2)
26private CompiledIdentityConstraint[]? _constraints; 175internal CompiledIdentityConstraint[]? Constraints
System\Xml\Schema\SchemaSetCompiler.cs (6)
2576xi.CompiledConstraint = CompiledIdentityConstraint.Empty; 2587CompiledIdentityConstraint? compic; 2613if (ic.CompiledConstraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref) 2627xi.CompiledConstraint = CompiledIdentityConstraint.Empty; 2784CompiledIdentityConstraint[] compiledConstraints = new CompiledIdentityConstraint[constraints.Count];
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (2)
16private CompiledIdentityConstraint? _compiledConstraint; 50internal CompiledIdentityConstraint? CompiledConstraint
System\Xml\Schema\XmlSchemaValidator.cs (5)
2159if (_context.Constr[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref) 2375case CompiledIdentityConstraint.ConstraintRole.Key: 2398case CompiledIdentityConstraint.ConstraintRole.Unique: 2416case CompiledIdentityConstraint.ConstraintRole.Keyref: 2443if ((vcs[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref)
System\Xml\Schema\XsdValidator.cs (5)
861if (context.Constr[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref) 1071case CompiledIdentityConstraint.ConstraintRole.Key: 1092case CompiledIdentityConstraint.ConstraintRole.Unique: 1109case CompiledIdentityConstraint.ConstraintRole.Keyref: 1134if ((vcs[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref)