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