3 writes to role
System.Xml (3)
System\Xml\Schema\CompiledidEntityConstraint.cs (3)
69this.role = ConstraintRole.Unique; 72this.role = ConstraintRole.Key; 75this.role = ConstraintRole.Keyref;
1 reference to role
System.Xml (1)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
30get { return this.role; }