12 references to ToInt32
dotnet (3)
Commands\Test\MTP\IPC\NamedPipeServer.cs (1)
109remainingBytesToReadOfWholeMessage = BitConverter.ToInt32(remainingBytesToProcess.Span);
Commands\Test\MTP\IPC\Serializers\BaseSerializer.cs (2)
14int stringLen = BitConverter.ToInt32(len); 133return BitConverter.ToInt32(bytes);
ILAssembler (1)
GrammarVisitor.cs (1)
2513SerializationTypeCode.Int32 => valueBytes.Length >= 4 ? BitConverter.ToInt32(valueBytes) : 0,
Microsoft.Win32.Registry (1)
Microsoft\Win32\RegistryKey.cs (1)
10904 => BitConverter.ToInt32(span),
System.Net.WebSockets (1)
System\Net\WebSockets\ManagedWebSocket.cs (1)
1662BitConverter.ToInt32(buffer.Slice(maskOffset));
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\HashCode.cs (4)
337Add(BitConverter.ToInt32(value)); 342Add(BitConverter.ToInt32(value)); 347Add(BitConverter.ToInt32(value)); 369Add(BitConverter.ToInt32(value));
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\Windows\HelpersWindows.cs (2)
388int provType = BitConverter.ToInt32(stackSpan.Slice(0, size)); 402int keysetType = BitConverter.ToInt32(stackSpan.Slice(0, size));