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