18 references to ConstraintRole
System.Private.Xml (18)
System\Xml\Schema\CompiledidEntityConstraint.cs (5)
15private readonly ConstraintRole _role; 27public ConstraintRole Role 77_role = ConstraintRole.Unique; 81_role = ConstraintRole.Key; 85_role = ConstraintRole.Keyref;
System\Xml\Schema\ConstraintStruct.cs (1)
36if (this.constraint.Role != CompiledIdentityConstraint.ConstraintRole.Keyref)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
2154if (ic.CompiledConstraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref)
System\Xml\Schema\SchemaSetCompiler.cs (1)
2613if (ic.CompiledConstraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref)
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)