17 references to ToUInt32
System (1)
security\system\security\cryptography\x509\x509extension.cs (1)
141
m_keyUsages = BitConverter.
ToUInt32
(keyUsage, 0);
System.Data (7)
fx\src\data\System\Data\Sql\sqlnorm.cs (1)
431
SetValue(fi, recvr, BitConverter.
ToUInt32
(b, 0));
fx\src\data\System\Data\SqlClient\TdsParser.cs (4)
3184
uint dataLen = BitConverter.
ToUInt32
(tokenData, checked((int)(currentOptionOffset + 1)));
3185
uint dataOffset = BitConverter.
ToUInt32
(tokenData, checked((int)(currentOptionOffset + 5)));
5130
lo = BitConverter.
ToUInt32
(unencryptedBytes, 4);
5164
timepart = BitConverter.
ToUInt32
(unencryptedBytes, 4);
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (2)
1487
value = BitConverter.
ToUInt32
(_bTmp, 0);
1495
value = BitConverter.
ToUInt32
(_inBuff, _inBytesUsed);
System.Messaging (1)
System\Messaging\ActiveXMessageFormatter.cs (1)
203
return BitConverter.
ToUInt32
(bytes, 0);
System.ServiceModel (3)
System\ServiceModel\Channels\PeerIPHelper.cs (2)
316
else if (BitConverter.
ToUInt32
(bytes, 0) == TeredoPrefix)
318
else if (BitConverter.
ToUInt32
(bytes, 8) == IsatapIdentifier)
System\ServiceModel\MsmqIntegration\ActiveXSerializer.cs (1)
189
return BitConverter.
ToUInt32
(bytes, 0);
WindowsBase (3)
Base\MS\Internal\IO\Packaging\CompoundFile\CompoundFileDeflateTransform.cs (3)
399
uint token = BitConverter.
ToUInt32
(_headerBuf, _ulongSize * 0);
406
uncompressedSize = (int)BitConverter.
ToUInt32
(_headerBuf, _ulongSize * 1);
407
compressedSize = (int)BitConverter.
ToUInt32
(_headerBuf, _ulongSize * 2);
WsatConfig (1)
Configuration\ClusterRegistryConfigurationProvider.cs (1)
172
return (uint)BitConverter.
ToUInt32
(buffer, 0);
WsatUI (1)
Configuration\ClusterRegistryConfigurationProvider.cs (1)
172
return (uint)BitConverter.
ToUInt32
(buffer, 0);