3 instantiations of CompiledIdentityConstraint
System.Xml (3)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
41public static readonly CompiledIdentityConstraint Empty = new CompiledIdentityConstraint();
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1757compic = new CompiledIdentityConstraint(xi, xnmgr);
System\Xml\Schema\SchemaSetCompiler.cs (1)
2103compic = new CompiledIdentityConstraint(xi, xnmgr);
30 references to CompiledIdentityConstraint
System.Xml (30)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
41public static readonly CompiledIdentityConstraint Empty = new CompiledIdentityConstraint();
System\Xml\Schema\ConstraintStruct.cs (3)
19internal CompiledIdentityConstraint constraint; // pointer to constraint 30internal ConstraintStruct (CompiledIdentityConstraint constraint) { 35if (this.constraint.Role != CompiledIdentityConstraint.ConstraintRole.Keyref) {
System\Xml\Schema\SchemaCollectionCompiler.cs (6)
1744xi.CompiledConstraint = CompiledIdentityConstraint.Empty; 1754CompiledIdentityConstraint compic = null; 1772if (ic.CompiledConstraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref) { 1783xi.CompiledConstraint = CompiledIdentityConstraint.Empty; 1901CompiledIdentityConstraint[] compiledConstraints = new CompiledIdentityConstraint[constraints.Count];
System\Xml\Schema\SchemaElementDecl.cs (2)
30CompiledIdentityConstraint[] constraints; 161internal CompiledIdentityConstraint[] Constraints {
System\Xml\Schema\SchemaSetCompiler.cs (6)
2090xi.CompiledConstraint = CompiledIdentityConstraint.Empty; 2100CompiledIdentityConstraint compic = null; 2118if (ic.CompiledConstraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref) { 2129xi.CompiledConstraint = CompiledIdentityConstraint.Empty; 2256CompiledIdentityConstraint[] compiledConstraints = new CompiledIdentityConstraint[constraints.Count];
System\Xml\Schema\XmlSchemaIdEntityConstraint.cs (2)
23 CompiledIdentityConstraint compiledConstraint = null; 68 internal CompiledIdentityConstraint CompiledConstraint {
System\Xml\Schema\XmlSchemaValidator.cs (5)
1819if ( context.Constr[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref ) { 1995case CompiledIdentityConstraint.ConstraintRole.Key: 2015case CompiledIdentityConstraint.ConstraintRole.Unique: 2030case CompiledIdentityConstraint.ConstraintRole.Keyref: 2053if (( vcs[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref)
System\Xml\Schema\XsdValidator.cs (5)
721if ( context.Constr[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref ) { 892case CompiledIdentityConstraint.ConstraintRole.Key: 910case CompiledIdentityConstraint.ConstraintRole.Unique: 924case CompiledIdentityConstraint.ConstraintRole.Keyref: 946if (( vcs[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref)