2 writes to ks
System.Xml (2)
System\Xml\Schema\ConstraintStruct.cs (2)
345
this.
ks
= new TypedObject[dim];
359
this.
ks
= ks;
20 references to ks
System.Xml (20)
System\Xml\Schema\ConstraintStruct.cs (20)
366
object result =
ks
[index];
370
ks
[index] = (TypedObject) value;
376
for (int i = 0; i < this.
ks
.Length; ++i) {
377
if ((this.
ks
[i] == null) || (this.
ks
[i].Value == null)) return false;
388
for (int i = 0; i < this.
ks
.Length; i ++) {
391
this.
ks
[i].SetDecimal();
392
if (this.
ks
[i].IsDecimal) {
393
for (int j = 0 ; j < this.
ks
[i].Dim ; j ++) {
394
hashcode += this.
ks
[i].Dvalue[j].GetHashCode();
399
Array arr = this.
ks
[i].Value as System.Array;
408
for (int j = 0 ; j < ((Array) this.
ks
[i].Value).Length ; j ++) {
409
hashcode += ((Array) this.
ks
[i].Value).GetValue(j).GetHashCode();
414
hashcode += this.
ks
[i].Value.GetHashCode();
425
for (int i = 0; i < this.
ks
.Length; i++) {
426
if (!this.
ks
[i].Equals(keySequence.
ks
[i])) {
435
sb.Append(this.
ks
[0].ToString());
436
for (int i = 1; i < this.
ks
.Length; i++) {
438
sb.Append(this.
ks
[i].ToString());