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