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