1 override of ChangeType
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (1)
481public override object ChangeType(long value, Type destinationType) { return (object)ChangeType((object)value, destinationType, null); }
2 references to ChangeType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlAtomicValue.cs (2)
218case TypeCode.Int64: return valueConverter.ChangeType(_unionVal.i64Val, ValueType); 357case TypeCode.Int64: return valueConverter.ChangeType(_unionVal.i64Val, type);