3 references to ToInt32
System.Net.Security (2)
src\libraries\Common\src\Interop\Unix\System.Net.Security.Native\Interop.GssBuffer.cs (2)
30
int sourceLength = Convert.
ToInt32
(_length);
48
int destinationLength = Convert.
ToInt32
(_length);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
226
return Convert.
ToInt32
(m_value);