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)
427object result = _ks[index]; 432_ks[index] = (TypedObject)value; 439for (int i = 0; i < _ks.Length; ++i) 441if ((_ks[i] == null) || (_ks[i].Value == null)) return false; 454for (int i = 0; i < _ks.Length; i++) 456if (_ks[i] != null) 460_ks[i].SetDecimal(); 461if (_ks[i].IsDecimal) 463for (int j = 0; j < _ks[i].Dim; j++) 465_hashcode += _ks[i].Dvalue[j].GetHashCode(); 471Array arr = _ks[i].Value as System.Array; 484for (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(); 517for (int i = 0; i < _ks.Length; i++) 519if (!(_ks[i] == null && keySequence._ks[i] == null) && (_ks[i] == null || keySequence._ks[i] == null || !_ks[i].Equals(keySequence._ks[i]))) 542sb.Append(_ks[0].ToString()); 543for (int i = 1; i < _ks.Length; i++) 546sb.Append(_ks[i] == null ? "{}" : _ks[i].ToString());