1 override of ChangeType
System.Private.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
384public override object ChangeType(bool value, Type destinationType) { return (object)ChangeType((object)value, destinationType, null); }
2 references to ChangeType
System.Private.Xml (2)
System\Xml\Schema\XmlAtomicValue.cs (2)
226case TypeCode.Boolean: return valueConverter.ChangeType(_unionVal.boolVal, ValueType); 365case TypeCode.Boolean: return valueConverter.ChangeType(_unionVal.boolVal, type);