2 writes to _ks
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (2)
401
_ks
= new TypedObject[dim];
418
_ks
= ks;
26 references to _ks
dotnet-svcutil-lib (26)
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (26)
427
object result =
_ks
[index];
432
_ks
[index] = (TypedObject)value;
439
for (int i = 0; i <
_ks
.Length; ++i)
441
if ((
_ks
[i] == null) || (
_ks
[i].Value == null)) return false;
454
for (int i = 0; i <
_ks
.Length; i++)
456
if (
_ks
[i] != null)
460
_ks
[i].SetDecimal();
461
if (
_ks
[i].IsDecimal)
463
for (int j = 0; j <
_ks
[i].Dim; j++)
465
_hashcode +=
_ks
[i].Dvalue[j].GetHashCode();
471
Array arr =
_ks
[i].Value as System.Array;
484
for (int j = 0; j < ((Array)
_ks
[i].Value).Length; j++)
486
_hashcode += ((Array)
_ks
[i].Value).GetValue(j).GetHashCode();
492
_hashcode +=
_ks
[i].Value.GetHashCode();
517
for (int i = 0; i <
_ks
.Length; i++)
519
if (!(
_ks
[i] == null && keySequence.
_ks
[i] == null) && (
_ks
[i] == null || keySequence.
_ks
[i] == null || !
_ks
[i].Equals(keySequence.
_ks
[i])))
542
sb.Append(
_ks
[0].ToString());
543
for (int i = 1; i <
_ks
.Length; i++)
546
sb.Append(
_ks
[i] == null ? "{}" :
_ks
[i].ToString());