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)
419
object result =
_ks
[index];
424
_ks
[index] = (TypedObject)value;
431
for (int i = 0; i <
_ks
.Length; ++i)
433
if ((
_ks
[i] == null) || (
_ks
[i].Value == null)) return false;
446
for (int i = 0; i <
_ks
.Length; i++)
450
_ks
[i].SetDecimal();
451
if (
_ks
[i].IsDecimal)
453
for (int j = 0; j <
_ks
[i].Dim; j++)
455
_hashcode +=
_ks
[i].Dvalue[j].GetHashCode();
461
if (
_ks
[i].Value is Array arr)
473
for (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();
494
for (int i = 0; i <
_ks
.Length; i++)
496
if (!
_ks
[i].Equals(keySequence.
_ks
[i]))
514
sb.Append(
_ks
[0].ToString());
515
for (int i = 1; i <
_ks
.Length; i++)
518
sb.Append(
_ks
[i].ToString());