10 references to Keyref
System.Private.Xml (10)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
85
_role = ConstraintRole.
Keyref
;
System\Xml\Schema\ConstraintStruct.cs (1)
36
if (this.constraint.Role != CompiledIdentityConstraint.ConstraintRole.
Keyref
)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
2154
if (ic.CompiledConstraint.Role == CompiledIdentityConstraint.ConstraintRole.
Keyref
)
System\Xml\Schema\SchemaSetCompiler.cs (1)
2613
if (ic.CompiledConstraint.Role == CompiledIdentityConstraint.ConstraintRole.
Keyref
)
System\Xml\Schema\XmlSchemaValidator.cs (3)
2171
if (_context.Constr[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.
Keyref
)
2428
case CompiledIdentityConstraint.ConstraintRole.
Keyref
:
2455
if ((vcs[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.
Keyref
)
System\Xml\Schema\XsdValidator.cs (3)
861
if (context.Constr[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.
Keyref
)
1109
case CompiledIdentityConstraint.ConstraintRole.
Keyref
:
1134
if ((vcs[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.
Keyref
)