24 references to ToUInt32
csc (1)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
323var length = BitConverter.ToUInt32(lengthBuffer, 0);
Metrics (1)
src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (1)
84return BitConverter.ToUInt32(array, 0);
Metrics.Legacy (1)
src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (1)
84return BitConverter.ToUInt32(array, 0);
Microsoft.AspNetCore.App.CodeFixes (1)
src\Shared\HashCode.cs (1)
75return BitConverter.ToUInt32(array, 0);
Microsoft.AspNetCore.Http.RequestDelegateGenerator (1)
src\Shared\HashCode.cs (1)
75return BitConverter.ToUInt32(array, 0);
Microsoft.AspNetCore.Http.ValidationsGenerator (1)
src\Shared\HashCode.cs (1)
75return BitConverter.ToUInt32(array, 0);
Microsoft.AspNetCore.OpenApi.SourceGenerators (1)
src\Shared\HashCode.cs (1)
75return BitConverter.ToUInt32(array, 0);
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
323var length = BitConverter.ToUInt32(lengthBuffer, 0);
Microsoft.CodeAnalysis.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (1)
84return BitConverter.ToUInt32(array, 0);
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (1)
84return BitConverter.ToUInt32(array, 0);
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (1)
84return BitConverter.ToUInt32(array, 0);
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (1)
84return BitConverter.ToUInt32(array, 0);
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (1)
84return BitConverter.ToUInt32(array, 0);
Microsoft.ML.FastTree (1)
Utils\ToByteArrayExtensions.cs (1)
127uint a = BitConverter.ToUInt32(buffer, position);
Replay (1)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
323var length = BitConverter.ToUInt32(lengthBuffer, 0);
Roslyn.Diagnostics.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (1)
84return BitConverter.ToUInt32(array, 0);
System.IO.FileSystem.Watcher (3)
System\IO\FileSystemWatcher.Linux.cs (3)
835readEvent.mask = BitConverter.ToUInt32(_buffer, _bufferPos + 4); // +4 to get past wd 836readEvent.cookie = BitConverter.ToUInt32(_buffer, _bufferPos + 8); // +8 to get past wd, mask 837int 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)
323BitConverter.ToUInt32(srcBlob.Buffer, srcBlobOffset) == 0xffffffff));
Test.Utilities (1)
src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (1)
84return BitConverter.ToUInt32(array, 0);
Text.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (1)
84return BitConverter.ToUInt32(array, 0);
vbc (1)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
323var length = BitConverter.ToUInt32(lengthBuffer, 0);
VBCSCompiler (1)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
323var length = BitConverter.ToUInt32(lengthBuffer, 0);