12 references to ToUInt32
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
src\Grpc\JsonTranscoding\src\Shared\ServiceDescriptorHelpers.cs (1)
165return Convert.ToUInt32(value, CultureInfo.InvariantCulture);
Microsoft.AspNetCore.Grpc.Swagger (1)
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.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);