Base:
property
TypedValue
Microsoft.Xml.XPath.XPathItem.TypedValue
3 references to TypedValue
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (1)
479
_hashcode += ((XmlAtomicValue)atomicValues.GetValue(j)).
TypedValue
.GetHashCode();
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (2)
1002
if (xmlType1 != atomicValues2[i].XmlType || !xmlType1.Datatype.IsEqual(atomicValues1[i].
TypedValue
, atomicValues2[i].
TypedValue
))