18 references to ConstraintRole
System.Xml (18)
System\Xml\Schema\CompiledidEntityConstraint.cs (5)
18
private
ConstraintRole
role;
29
public
ConstraintRole
Role {
69
this.role =
ConstraintRole
.Unique;
72
this.role =
ConstraintRole
.Key;
75
this.role =
ConstraintRole
.Keyref;
System\Xml\Schema\ConstraintStruct.cs (1)
35
if (this.constraint.Role != CompiledIdentityConstraint.
ConstraintRole
.Keyref) {
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1772
if (ic.CompiledConstraint.Role == CompiledIdentityConstraint.
ConstraintRole
.Keyref) {
System\Xml\Schema\SchemaSetCompiler.cs (1)
2118
if (ic.CompiledConstraint.Role == CompiledIdentityConstraint.
ConstraintRole
.Keyref) {
System\Xml\Schema\XmlSchemaValidator.cs (5)
1819
if ( context.Constr[i].constraint.Role == CompiledIdentityConstraint.
ConstraintRole
.Keyref ) {
1995
case CompiledIdentityConstraint.
ConstraintRole
.Key:
2015
case CompiledIdentityConstraint.
ConstraintRole
.Unique:
2030
case CompiledIdentityConstraint.
ConstraintRole
.Keyref:
2053
if (( vcs[i].constraint.Role == CompiledIdentityConstraint.
ConstraintRole
.Keyref)
System\Xml\Schema\XsdValidator.cs (5)
721
if ( context.Constr[i].constraint.Role == CompiledIdentityConstraint.
ConstraintRole
.Keyref ) {
892
case CompiledIdentityConstraint.
ConstraintRole
.Key:
910
case CompiledIdentityConstraint.
ConstraintRole
.Unique:
924
case CompiledIdentityConstraint.
ConstraintRole
.Keyref:
946
if (( vcs[i].constraint.Role == CompiledIdentityConstraint.
ConstraintRole
.Keyref)