Base:
property
TypedValue
System.Xml.XPath.XPathItem.TypedValue
3 references to TypedValue
System.Xml (3)
System\Xml\Schema\ConstraintStruct.cs (1)
404
hashcode += ((XmlAtomicValue)atomicValues.GetValue(j)).
TypedValue
.GetHashCode();
System\Xml\Schema\DataTypeImplementation.cs (2)
889
if (xmlType1 != atomicValues2[i].XmlType || !xmlType1.Datatype.IsEqual(atomicValues1[i].
TypedValue
, atomicValues2[i].
TypedValue
) ) {