26 references to ToUInt32
csc (1)
src\roslyn\src\Compilers\Shared\BuildProtocol.cs (1)
325var length = BitConverter.ToUInt32(lengthBuffer, 0);
dotnet (1)
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.10.0-1.26377.101\contentFiles\cs\net11.0\BuildProtocol.cs (1)
325var length = BitConverter.ToUInt32(lengthBuffer, 0);
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (1)
84return BitConverter.ToUInt32(array, 0);
Microsoft.AspNetCore.App.CodeFixes (1)
src\aspnetcore\src\Shared\HashCode.cs (1)
75return BitConverter.ToUInt32(array, 0);
Microsoft.AspNetCore.Http.RequestDelegateGenerator (1)
src\aspnetcore\src\Shared\HashCode.cs (1)
75return BitConverter.ToUInt32(array, 0);
Microsoft.AspNetCore.OpenApi.SourceGenerators (1)
src\aspnetcore\src\Shared\HashCode.cs (1)
75return BitConverter.ToUInt32(array, 0);
Microsoft.Build.Tasks.CodeAnalysis (1)
src\roslyn\src\Compilers\Shared\BuildProtocol.cs (1)
325var length = BitConverter.ToUInt32(lengthBuffer, 0);
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (1)
84return BitConverter.ToUInt32(array, 0);
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (1)
84return BitConverter.ToUInt32(array, 0);
Microsoft.CodeAnalysis.NetAnalyzers (1)
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\RoslynHashCode.cs (1)
83return BitConverter.ToUInt32(array, 0);
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (1)
84return BitConverter.ToUInt32(array, 0);
Microsoft.Extensions.Validation.ValidationsGenerator (1)
src\aspnetcore\src\Shared\HashCode.cs (1)
75return BitConverter.ToUInt32(array, 0);
Microsoft.ML.FastTree (1)
Utils\ToByteArrayExtensions.cs (1)
127uint a = BitConverter.ToUInt32(buffer, position);
Microsoft.NET.Sdk.Razor.Tasks (1)
src\sdk\src\RazorSdk\Tool\ServerProtocol\ServerResponse.cs (1)
95var length = BitConverter.ToUInt32(lengthBuffer, 0);
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
CryptoRandom.cs (2)
59uint rand = BitConverter.ToUInt32(_uint32Buffer, 0); 72uint rand = BitConverter.ToUInt32(_uint32Buffer, 0);
Microsoft.TestPlatform.CoreUtilities (2)
Helpers\DotnetHostHelper.cs (2)
423var magic = BitConverter.ToUInt32(magicBytes, 0); 432var cpuInfo = BitConverter.ToUInt32(cpuInfoBytes, 0);
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (1)
84return BitConverter.ToUInt32(array, 0);
rzc (1)
ServerProtocol\ServerResponse.cs (1)
95var length = BitConverter.ToUInt32(lengthBuffer, 0);
System.IO.FileSystem.Watcher (3)
System\IO\FileSystemWatcher.Linux.cs (3)
895readEvent.mask = BitConverter.ToUInt32(_buffer, _bufferPos + 4); // +4 to get past wd 896readEvent.cookie = BitConverter.ToUInt32(_buffer, _bufferPos + 8); // +8 to get past wd, mask 897int nameLength = (int)BitConverter.ToUInt32(_buffer, _bufferPos + 12); // +12 to get past wd, mask, cookie
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\Encoding\ControlFlowBuilder.cs (1)
320BitConverter.ToUInt32(srcBlob.Buffer, srcBlobOffset) == 0xffffffff));
vbc (1)
src\roslyn\src\Compilers\Shared\BuildProtocol.cs (1)
325var length = BitConverter.ToUInt32(lengthBuffer, 0);
VBCSCompiler (1)
src\roslyn\src\Compilers\Shared\BuildProtocol.cs (1)
325var length = BitConverter.ToUInt32(lengthBuffer, 0);