1 override of ChangeType
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (1)
480public override object ChangeType(int 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)
217case TypeCode.Int32: return valueConverter.ChangeType(_unionVal.i32Val, ValueType); 356case TypeCode.Int32: return valueConverter.ChangeType(_unionVal.i32Val, type);