4 references to ChangeTypeWildcardDestination
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (4)
1030return (decimal)ChangeTypeWildcardDestination(value, DecimalType, null); 1076return (int)ChangeTypeWildcardDestination(value, Int32Type, null); 1115return (long)ChangeTypeWildcardDestination(value, Int64Type, null); 1161return (string)ChangeTypeWildcardDestination(value, StringType, nsResolver);