9 references to Role
System.Xml (9)
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 ) {
1994
switch (constraints[i].constraint.
Role
) {
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 ) {
891
switch (constraints[i].constraint.
Role
) {
946
if (( vcs[i].constraint.
Role
== CompiledIdentityConstraint.ConstraintRole.Keyref)