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