2 overrides of ValueType
System.Private.Xml (2)
System\Xml\Schema\XmlAtomicValue.cs (1)
211public override Type ValueType
System\Xml\XPath\XPathNavigator.cs (1)
136public override Type ValueType
10 references to ValueType
System.Private.Xml (10)
System\Xml\Xsl\Runtime\XslNumber.cs (3)
186if (val.Count == 1 && val[0].ValueType == typeof(double)) 264if (item.ValueType == typeof(int)) 270Debug.Assert(item.ValueType == typeof(double), "Item must be either of type int, or double");
System\Xml\Xsl\Runtime\XsltConvert.cs (3)
35Type itemType = item.ValueType; 81Type itemType = item.ValueType; 179if (!item.IsNode && item.ValueType == typeof(double))
System\Xml\Xsl\Runtime\XsltFunctions.cs (1)
329Type itemType = item.ValueType;
System\Xml\Xsl\Runtime\XsltLibrary.cs (1)
342Type itemType = item.ValueType;
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
661if (propValue.ValueType == typeof(string)) 667Debug.Assert(propValue.ValueType == typeof(double));