Base:
property
ValueAsLong
Microsoft.Xml.XPath.XPathItem.ValueAsLong
3 references to ValueAsLong
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (3)
1113if (sourceType == XmlAtomicValueType) return ((XmlAtomicValue)value).ValueAsLong; 3157if (sourceType == XmlAtomicValueType) return ((XmlAtomicValue)value).ValueAsLong; 3315if (sourceType == XmlAtomicValueType) return ((XmlAtomicValue)value).ValueAsLong;