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