8 references to ChangeTypeWildcardDestination
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (8)
3064return (bool)ChangeTypeWildcardDestination(value, BooleanType, null); 3080return (DateTime)ChangeTypeWildcardDestination(value, DateTimeType, null); 3095return (DateTimeOffset)ChangeTypeWildcardDestination(value, DateTimeOffsetType, null); 3111return (decimal)ChangeTypeWildcardDestination(value, DecimalType, null); 3127return (double)ChangeTypeWildcardDestination(value, DoubleType, null); 3143return (int)ChangeTypeWildcardDestination(value, Int32Type, null); 3159return (long)ChangeTypeWildcardDestination(value, Int64Type, null); 3175return (float)ChangeTypeWildcardDestination(value, SingleType, null);