10 references to Keyref
System.Xml (10)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
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 (3)
1819if ( context.Constr[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref ) { 2030case CompiledIdentityConstraint.ConstraintRole.Keyref: 2053if (( vcs[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref)
System\Xml\Schema\XsdValidator.cs (3)
721if ( context.Constr[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref ) { 924case CompiledIdentityConstraint.ConstraintRole.Keyref: 946if (( vcs[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref)