2 references to ToUInt32
mscorlib (2)
system\convert.cs (1)
1208return ToUInt32((double)value);
system\double.cs (1)
339return Convert.ToUInt32(m_value);