11 references to ValueAs
System.Data.Entity (2)
System\Data\Mapping\FunctionImportMapping.cs (1)
640return _xPathValue.ValueAs(columnValueType);
System\Data\Metadata\Helper.cs (1)
79attributeValue = nav.ValueAs(clrType);
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
4133return this.f.LiteralDecimal((decimal) value.ValueAs(XsltConvert.DecimalType));
System.Xml (8)
System\Xml\Schema\XmlValueConverter.cs (8)
933if (sourceType == XmlAtomicValueType) return ((decimal) ((XmlAtomicValue) value).ValueAs(DecimalType)); 1286if (sourceType == XmlAtomicValueType) return ((float) ((XmlAtomicValue) value).ValueAs(SingleType)); 2786if (sourceType == XmlAtomicValueType) return (DateTimeOffset)((XmlAtomicValue) value).ValueAs(DateTimeOffsetType); 2801if (sourceType == XmlAtomicValueType) return ((decimal) ((XmlAtomicValue) value).ValueAs(DecimalType)); 2861if (sourceType == XmlAtomicValueType) return ((float) ((XmlAtomicValue) value).ValueAs(SingleType)); 2974if (sourceType == XmlAtomicValueType) return ((XmlAtomicValue) value).ValueAs(DateTimeOffsetType); 2977if (sourceType == XmlAtomicValueType) return ((decimal) ((XmlAtomicValue) value).ValueAs(DecimalType)); 2989if (sourceType == XmlAtomicValueType) return ((float) ((XmlAtomicValue) value).ValueAs(SingleType));