15 references to ToUInt32
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
src\aspnetcore\src\Grpc\JsonTranscoding\src\Shared\ServiceDescriptorHelpers.cs (1)
165return Convert.ToUInt32(value, CultureInfo.InvariantCulture);
System.Data.Common (8)
System\Data\Filter\BinaryNode.cs (8)
381checked { value = Convert.ToUInt32(vLeft, FormatProvider) + Convert.ToUInt32(vRight, FormatProvider); } 554checked { value = Convert.ToUInt32(vLeft, FormatProvider) - Convert.ToUInt32(vRight, FormatProvider); } 693checked { value = Convert.ToUInt32(vLeft, FormatProvider) * Convert.ToUInt32(vRight, FormatProvider); } 799checked { value = Convert.ToUInt32(vLeft, FormatProvider) / Convert.ToUInt32(vRight, FormatProvider); }
System.Data.OleDb (1)
ColumnBinding.cs (1)
519Value_UI4(Convert.ToUInt32((long)value, CultureInfo.InvariantCulture));
System.Management (2)
System\Management\Property.cs (2)
428((int[])(wmiValue))[i] = (int)(Convert.ToUInt32(valArray.GetValue(i), (IFormatProvider)culInfo.GetFormat(typeof(uint)))); 534wmiValue = (int)Convert.ToUInt32(val, (IFormatProvider)culInfo.GetFormat(typeof(uint)));
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatter.cs (1)
150WriteUInt32(Convert.ToUInt32(data, CultureInfo.InvariantCulture), memberName);
System\Runtime\Serialization\FormatterConverter.cs (1)
81return System.Convert.ToUInt32(value, CultureInfo.InvariantCulture);
System.Transactions.Local (1)
System\Transactions\Oletx\DtcTransactionManager.cs (1)
117returnTimeout = Convert.ToUInt32(timeout.TotalMilliseconds, CultureInfo.CurrentCulture);