6 writes to ValueAs
System.Private.Xml (6)
System\Xml\Xsl\IlGen\GenerateHelper.cs (6)
131ValueAs = typeof(XPathItem).GetMethod("get_Value"); 133ValueAs = typeof(XPathItem).GetMethod("get_ValueAsInt"); 135ValueAs = typeof(XPathItem).GetMethod("get_ValueAsLong"); 137ValueAs = typeof(XPathItem).GetMethod("get_ValueAsDateTime"); 139ValueAs = typeof(XPathItem).GetMethod("get_ValueAsDouble"); 141ValueAs = typeof(XPathItem).GetMethod("get_ValueAsBoolean");
1 reference to ValueAs
System.Private.Xml (1)
System\Xml\Xsl\IlGen\GenerateHelper.cs (1)
1378meth = XmlILMethods.StorageMethods[clrType].ValueAs;