4 references to ChangeTypeWildcardDestination
System.Private.Xml (4)
System\Xml\Schema\XmlValueConverter.cs (4)
914return (decimal)ChangeTypeWildcardDestination(value, DecimalType, null); 939return (int)ChangeTypeWildcardDestination(value, Int32Type, null); 964return (long)ChangeTypeWildcardDestination(value, Int64Type, null); 1004return (string)ChangeTypeWildcardDestination(value, StringType, nsResolver);