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)
969if (xmlType1 != atomicValues2[i].XmlType || !xmlType1.Datatype!.IsEqual(atomicValues1[i].TypedValue, atomicValues2[i].TypedValue))