1 write to _ks
System.Private.Xml (1)
System\Xml\Schema\ConstraintStruct.cs (1)
400_ks = new TypedObject[dim];
20 references to _ks
System.Private.Xml (20)
System\Xml\Schema\ConstraintStruct.cs (20)
419object result = _ks[index]; 424_ks[index] = (TypedObject)value; 431for (int i = 0; i < _ks.Length; ++i) 433if ((_ks[i] == null) || (_ks[i].Value == null)) return false; 446for (int i = 0; i < _ks.Length; i++) 450_ks[i].SetDecimal(); 451if (_ks[i].IsDecimal) 453for (int j = 0; j < _ks[i].Dim; j++) 455_hashcode += _ks[i].Dvalue[j].GetHashCode(); 461if (_ks[i].Value is Array arr) 473for (int j = 0; j < ((Array)_ks[i].Value!).Length; j++) 475_hashcode += ((Array)_ks[i].Value!).GetValue(j)!.GetHashCode(); 481_hashcode += _ks[i].Value!.GetHashCode(); 494for (int i = 0; i < _ks.Length; i++) 496if (!_ks[i].Equals(keySequence._ks[i])) 514sb.Append(_ks[0].ToString()); 515for (int i = 1; i < _ks.Length; i++) 518sb.Append(_ks[i].ToString());