15 references to Value
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (15)
354
return this.Type.Compare(this.
Value
, other.
Value
) == 0;
358
Array arr1 = this.
Value
as System.Array;
362
return atomicValues1.Length == 1 && atomicValues1.GetValue(0).Equals(other.
Value
);
366
return arr1.Length == 1 && arr1.GetValue(0).Equals(other.
Value
);
372
Array arr2 = other.
Value
as System.Array;
376
return atomicValues2.Length == 1 && atomicValues2.GetValue(0).Equals(this.
Value
);
380
return arr2.Length == 1 && arr2.GetValue(0).Equals(this.
Value
);
385
return this.
Value
.Equals(other.
Value
);
441
if ((_ks[i] == null) || (_ks[i].
Value
== null)) return false;
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();