10 references to Keyref
System.Private.Xml (10)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
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 (3)
2171if (_context.Constr[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref) 2428case CompiledIdentityConstraint.ConstraintRole.Keyref: 2455if ((vcs[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref)
System\Xml\Schema\XsdValidator.cs (3)
861if (context.Constr[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref) 1109case CompiledIdentityConstraint.ConstraintRole.Keyref: 1134if ((vcs[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref)