9 references to Role
System.Private.Xml (9)
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)
2159
if (_context.Constr[i].constraint.
Role
== CompiledIdentityConstraint.ConstraintRole.Keyref)
2373
switch (constraints[i].constraint.
Role
)
2443
if ((vcs[i].constraint.
Role
== CompiledIdentityConstraint.ConstraintRole.Keyref)
System\Xml\Schema\XsdValidator.cs (3)
861
if (context.Constr[i].constraint.
Role
== CompiledIdentityConstraint.ConstraintRole.Keyref)
1069
switch (constraints[i].constraint.
Role
)
1134
if ((vcs[i].constraint.
Role
== CompiledIdentityConstraint.ConstraintRole.Keyref)