18 references to ConstraintRole
System.Xml (18)
System\Xml\Schema\CompiledidEntityConstraint.cs (5)
18private ConstraintRole role; 29public ConstraintRole Role { 69this.role = ConstraintRole.Unique; 72this.role = ConstraintRole.Key; 75this.role = ConstraintRole.Keyref;
System\Xml\Schema\ConstraintStruct.cs (1)
35if (this.constraint.Role != CompiledIdentityConstraint.ConstraintRole.Keyref) {
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1772if (ic.CompiledConstraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref) {
System\Xml\Schema\SchemaSetCompiler.cs (1)
2118if (ic.CompiledConstraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref) {
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)