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