1 instantiation of UInt32
PresentationFramework (1)
2464 references to UInt32
Aspire.Dashboard (2)
Aspire.Hosting.Testing (1)
csc (1)
dotnet-svcutil-lib (39)
http2cat (7)
IIS.FunctionalTests (7)
IIS.LongTests (7)
IIS.NewHandler.FunctionalTests (7)
IIS.NewShim.FunctionalTests (7)
IIS.ShadowCopy.Tests (7)
IISExpress.FunctionalTests (7)
illink (2)
Metrics (70)
src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (70)
96var hc1 = (uint)(value1?.GetHashCode() ?? 0);
98var hash = MixEmptyState();
109var hc1 = (uint)(value1?.GetHashCode() ?? 0);
110var hc2 = (uint)(value2?.GetHashCode() ?? 0);
112var hash = MixEmptyState();
124var hc1 = (uint)(value1?.GetHashCode() ?? 0);
125var hc2 = (uint)(value2?.GetHashCode() ?? 0);
126var hc3 = (uint)(value3?.GetHashCode() ?? 0);
128var hash = MixEmptyState();
141var hc1 = (uint)(value1?.GetHashCode() ?? 0);
142var hc2 = (uint)(value2?.GetHashCode() ?? 0);
143var hc3 = (uint)(value3?.GetHashCode() ?? 0);
144var hc4 = (uint)(value4?.GetHashCode() ?? 0);
146Initialize(out var v1, out var v2, out var v3, out var v4);
153var hash = MixState(v1, v2, v3, v4);
162var hc1 = (uint)(value1?.GetHashCode() ?? 0);
163var hc2 = (uint)(value2?.GetHashCode() ?? 0);
164var hc3 = (uint)(value3?.GetHashCode() ?? 0);
165var hc4 = (uint)(value4?.GetHashCode() ?? 0);
166var hc5 = (uint)(value5?.GetHashCode() ?? 0);
168Initialize(out var v1, out var v2, out var v3, out var v4);
175var hash = MixState(v1, v2, v3, v4);
186var hc1 = (uint)(value1?.GetHashCode() ?? 0);
187var hc2 = (uint)(value2?.GetHashCode() ?? 0);
188var hc3 = (uint)(value3?.GetHashCode() ?? 0);
189var hc4 = (uint)(value4?.GetHashCode() ?? 0);
190var hc5 = (uint)(value5?.GetHashCode() ?? 0);
191var hc6 = (uint)(value6?.GetHashCode() ?? 0);
193Initialize(out var v1, out var v2, out var v3, out var v4);
200var hash = MixState(v1, v2, v3, v4);
212var hc1 = (uint)(value1?.GetHashCode() ?? 0);
213var hc2 = (uint)(value2?.GetHashCode() ?? 0);
214var hc3 = (uint)(value3?.GetHashCode() ?? 0);
215var hc4 = (uint)(value4?.GetHashCode() ?? 0);
216var hc5 = (uint)(value5?.GetHashCode() ?? 0);
217var hc6 = (uint)(value6?.GetHashCode() ?? 0);
218var hc7 = (uint)(value7?.GetHashCode() ?? 0);
220Initialize(out var v1, out var v2, out var v3, out var v4);
227var hash = MixState(v1, v2, v3, v4);
240var hc1 = (uint)(value1?.GetHashCode() ?? 0);
241var hc2 = (uint)(value2?.GetHashCode() ?? 0);
242var hc3 = (uint)(value3?.GetHashCode() ?? 0);
243var hc4 = (uint)(value4?.GetHashCode() ?? 0);
244var hc5 = (uint)(value5?.GetHashCode() ?? 0);
245var hc6 = (uint)(value6?.GetHashCode() ?? 0);
246var hc7 = (uint)(value7?.GetHashCode() ?? 0);
247var hc8 = (uint)(value8?.GetHashCode() ?? 0);
249Initialize(out var v1, out var v2, out var v3, out var v4);
261var hash = MixState(v1, v2, v3, v4);
344var val = (uint)value;
348var previousLength = _length++;
349var position = previousLength % 4;
381var length = _length;
386var position = length % 4;
391var hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3, _v4);
Metrics.Legacy (70)
src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (70)
96var hc1 = (uint)(value1?.GetHashCode() ?? 0);
98var hash = MixEmptyState();
109var hc1 = (uint)(value1?.GetHashCode() ?? 0);
110var hc2 = (uint)(value2?.GetHashCode() ?? 0);
112var hash = MixEmptyState();
124var hc1 = (uint)(value1?.GetHashCode() ?? 0);
125var hc2 = (uint)(value2?.GetHashCode() ?? 0);
126var hc3 = (uint)(value3?.GetHashCode() ?? 0);
128var hash = MixEmptyState();
141var hc1 = (uint)(value1?.GetHashCode() ?? 0);
142var hc2 = (uint)(value2?.GetHashCode() ?? 0);
143var hc3 = (uint)(value3?.GetHashCode() ?? 0);
144var hc4 = (uint)(value4?.GetHashCode() ?? 0);
146Initialize(out var v1, out var v2, out var v3, out var v4);
153var hash = MixState(v1, v2, v3, v4);
162var hc1 = (uint)(value1?.GetHashCode() ?? 0);
163var hc2 = (uint)(value2?.GetHashCode() ?? 0);
164var hc3 = (uint)(value3?.GetHashCode() ?? 0);
165var hc4 = (uint)(value4?.GetHashCode() ?? 0);
166var hc5 = (uint)(value5?.GetHashCode() ?? 0);
168Initialize(out var v1, out var v2, out var v3, out var v4);
175var hash = MixState(v1, v2, v3, v4);
186var hc1 = (uint)(value1?.GetHashCode() ?? 0);
187var hc2 = (uint)(value2?.GetHashCode() ?? 0);
188var hc3 = (uint)(value3?.GetHashCode() ?? 0);
189var hc4 = (uint)(value4?.GetHashCode() ?? 0);
190var hc5 = (uint)(value5?.GetHashCode() ?? 0);
191var hc6 = (uint)(value6?.GetHashCode() ?? 0);
193Initialize(out var v1, out var v2, out var v3, out var v4);
200var hash = MixState(v1, v2, v3, v4);
212var hc1 = (uint)(value1?.GetHashCode() ?? 0);
213var hc2 = (uint)(value2?.GetHashCode() ?? 0);
214var hc3 = (uint)(value3?.GetHashCode() ?? 0);
215var hc4 = (uint)(value4?.GetHashCode() ?? 0);
216var hc5 = (uint)(value5?.GetHashCode() ?? 0);
217var hc6 = (uint)(value6?.GetHashCode() ?? 0);
218var hc7 = (uint)(value7?.GetHashCode() ?? 0);
220Initialize(out var v1, out var v2, out var v3, out var v4);
227var hash = MixState(v1, v2, v3, v4);
240var hc1 = (uint)(value1?.GetHashCode() ?? 0);
241var hc2 = (uint)(value2?.GetHashCode() ?? 0);
242var hc3 = (uint)(value3?.GetHashCode() ?? 0);
243var hc4 = (uint)(value4?.GetHashCode() ?? 0);
244var hc5 = (uint)(value5?.GetHashCode() ?? 0);
245var hc6 = (uint)(value6?.GetHashCode() ?? 0);
246var hc7 = (uint)(value7?.GetHashCode() ?? 0);
247var hc8 = (uint)(value8?.GetHashCode() ?? 0);
249Initialize(out var v1, out var v2, out var v3, out var v4);
261var hash = MixState(v1, v2, v3, v4);
344var val = (uint)value;
348var previousLength = _length++;
349var position = previousLength % 4;
381var length = _length;
386var position = length % 4;
391var hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3, _v4);
Microsoft.AspNetCore.App.Analyzers (2)
Microsoft.AspNetCore.App.CodeFixes (70)
src\Shared\HashCode.cs (70)
87var hc1 = (uint)(value1?.GetHashCode() ?? 0);
89var hash = MixEmptyState();
100var hc1 = (uint)(value1?.GetHashCode() ?? 0);
101var hc2 = (uint)(value2?.GetHashCode() ?? 0);
103var hash = MixEmptyState();
115var hc1 = (uint)(value1?.GetHashCode() ?? 0);
116var hc2 = (uint)(value2?.GetHashCode() ?? 0);
117var hc3 = (uint)(value3?.GetHashCode() ?? 0);
119var hash = MixEmptyState();
132var hc1 = (uint)(value1?.GetHashCode() ?? 0);
133var hc2 = (uint)(value2?.GetHashCode() ?? 0);
134var hc3 = (uint)(value3?.GetHashCode() ?? 0);
135var hc4 = (uint)(value4?.GetHashCode() ?? 0);
137Initialize(out var v1, out var v2, out var v3, out var v4);
144var hash = MixState(v1, v2, v3, v4);
153var hc1 = (uint)(value1?.GetHashCode() ?? 0);
154var hc2 = (uint)(value2?.GetHashCode() ?? 0);
155var hc3 = (uint)(value3?.GetHashCode() ?? 0);
156var hc4 = (uint)(value4?.GetHashCode() ?? 0);
157var hc5 = (uint)(value5?.GetHashCode() ?? 0);
159Initialize(out var v1, out var v2, out var v3, out var v4);
166var hash = MixState(v1, v2, v3, v4);
177var hc1 = (uint)(value1?.GetHashCode() ?? 0);
178var hc2 = (uint)(value2?.GetHashCode() ?? 0);
179var hc3 = (uint)(value3?.GetHashCode() ?? 0);
180var hc4 = (uint)(value4?.GetHashCode() ?? 0);
181var hc5 = (uint)(value5?.GetHashCode() ?? 0);
182var hc6 = (uint)(value6?.GetHashCode() ?? 0);
184Initialize(out var v1, out var v2, out var v3, out var v4);
191var hash = MixState(v1, v2, v3, v4);
203var hc1 = (uint)(value1?.GetHashCode() ?? 0);
204var hc2 = (uint)(value2?.GetHashCode() ?? 0);
205var hc3 = (uint)(value3?.GetHashCode() ?? 0);
206var hc4 = (uint)(value4?.GetHashCode() ?? 0);
207var hc5 = (uint)(value5?.GetHashCode() ?? 0);
208var hc6 = (uint)(value6?.GetHashCode() ?? 0);
209var hc7 = (uint)(value7?.GetHashCode() ?? 0);
211Initialize(out var v1, out var v2, out var v3, out var v4);
218var hash = MixState(v1, v2, v3, v4);
231var hc1 = (uint)(value1?.GetHashCode() ?? 0);
232var hc2 = (uint)(value2?.GetHashCode() ?? 0);
233var hc3 = (uint)(value3?.GetHashCode() ?? 0);
234var hc4 = (uint)(value4?.GetHashCode() ?? 0);
235var hc5 = (uint)(value5?.GetHashCode() ?? 0);
236var hc6 = (uint)(value6?.GetHashCode() ?? 0);
237var hc7 = (uint)(value7?.GetHashCode() ?? 0);
238var hc8 = (uint)(value8?.GetHashCode() ?? 0);
240Initialize(out var v1, out var v2, out var v3, out var v4);
252var hash = MixState(v1, v2, v3, v4);
335var val = (uint)value;
339var previousLength = _length++;
340var position = previousLength % 4;
374var length = _length;
379var position = length % 4;
384var hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3, _v4);
Microsoft.AspNetCore.Components.Server (17)
Microsoft.AspNetCore.Components.Server.Tests (1)
Microsoft.AspNetCore.DataProtection (10)
Microsoft.AspNetCore.Http.RequestDelegateGenerator (70)
src\Shared\HashCode.cs (70)
87var hc1 = (uint)(value1?.GetHashCode() ?? 0);
89var hash = MixEmptyState();
100var hc1 = (uint)(value1?.GetHashCode() ?? 0);
101var hc2 = (uint)(value2?.GetHashCode() ?? 0);
103var hash = MixEmptyState();
115var hc1 = (uint)(value1?.GetHashCode() ?? 0);
116var hc2 = (uint)(value2?.GetHashCode() ?? 0);
117var hc3 = (uint)(value3?.GetHashCode() ?? 0);
119var hash = MixEmptyState();
132var hc1 = (uint)(value1?.GetHashCode() ?? 0);
133var hc2 = (uint)(value2?.GetHashCode() ?? 0);
134var hc3 = (uint)(value3?.GetHashCode() ?? 0);
135var hc4 = (uint)(value4?.GetHashCode() ?? 0);
137Initialize(out var v1, out var v2, out var v3, out var v4);
144var hash = MixState(v1, v2, v3, v4);
153var hc1 = (uint)(value1?.GetHashCode() ?? 0);
154var hc2 = (uint)(value2?.GetHashCode() ?? 0);
155var hc3 = (uint)(value3?.GetHashCode() ?? 0);
156var hc4 = (uint)(value4?.GetHashCode() ?? 0);
157var hc5 = (uint)(value5?.GetHashCode() ?? 0);
159Initialize(out var v1, out var v2, out var v3, out var v4);
166var hash = MixState(v1, v2, v3, v4);
177var hc1 = (uint)(value1?.GetHashCode() ?? 0);
178var hc2 = (uint)(value2?.GetHashCode() ?? 0);
179var hc3 = (uint)(value3?.GetHashCode() ?? 0);
180var hc4 = (uint)(value4?.GetHashCode() ?? 0);
181var hc5 = (uint)(value5?.GetHashCode() ?? 0);
182var hc6 = (uint)(value6?.GetHashCode() ?? 0);
184Initialize(out var v1, out var v2, out var v3, out var v4);
191var hash = MixState(v1, v2, v3, v4);
203var hc1 = (uint)(value1?.GetHashCode() ?? 0);
204var hc2 = (uint)(value2?.GetHashCode() ?? 0);
205var hc3 = (uint)(value3?.GetHashCode() ?? 0);
206var hc4 = (uint)(value4?.GetHashCode() ?? 0);
207var hc5 = (uint)(value5?.GetHashCode() ?? 0);
208var hc6 = (uint)(value6?.GetHashCode() ?? 0);
209var hc7 = (uint)(value7?.GetHashCode() ?? 0);
211Initialize(out var v1, out var v2, out var v3, out var v4);
218var hash = MixState(v1, v2, v3, v4);
231var hc1 = (uint)(value1?.GetHashCode() ?? 0);
232var hc2 = (uint)(value2?.GetHashCode() ?? 0);
233var hc3 = (uint)(value3?.GetHashCode() ?? 0);
234var hc4 = (uint)(value4?.GetHashCode() ?? 0);
235var hc5 = (uint)(value5?.GetHashCode() ?? 0);
236var hc6 = (uint)(value6?.GetHashCode() ?? 0);
237var hc7 = (uint)(value7?.GetHashCode() ?? 0);
238var hc8 = (uint)(value8?.GetHashCode() ?? 0);
240Initialize(out var v1, out var v2, out var v3, out var v4);
252var hash = MixState(v1, v2, v3, v4);
335var val = (uint)value;
339var previousLength = _length++;
340var position = previousLength % 4;
374var length = _length;
379var position = length % 4;
384var hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3, _v4);
Microsoft.AspNetCore.Http.ValidationsGenerator (70)
src\Shared\HashCode.cs (70)
87var hc1 = (uint)(value1?.GetHashCode() ?? 0);
89var hash = MixEmptyState();
100var hc1 = (uint)(value1?.GetHashCode() ?? 0);
101var hc2 = (uint)(value2?.GetHashCode() ?? 0);
103var hash = MixEmptyState();
115var hc1 = (uint)(value1?.GetHashCode() ?? 0);
116var hc2 = (uint)(value2?.GetHashCode() ?? 0);
117var hc3 = (uint)(value3?.GetHashCode() ?? 0);
119var hash = MixEmptyState();
132var hc1 = (uint)(value1?.GetHashCode() ?? 0);
133var hc2 = (uint)(value2?.GetHashCode() ?? 0);
134var hc3 = (uint)(value3?.GetHashCode() ?? 0);
135var hc4 = (uint)(value4?.GetHashCode() ?? 0);
137Initialize(out var v1, out var v2, out var v3, out var v4);
144var hash = MixState(v1, v2, v3, v4);
153var hc1 = (uint)(value1?.GetHashCode() ?? 0);
154var hc2 = (uint)(value2?.GetHashCode() ?? 0);
155var hc3 = (uint)(value3?.GetHashCode() ?? 0);
156var hc4 = (uint)(value4?.GetHashCode() ?? 0);
157var hc5 = (uint)(value5?.GetHashCode() ?? 0);
159Initialize(out var v1, out var v2, out var v3, out var v4);
166var hash = MixState(v1, v2, v3, v4);
177var hc1 = (uint)(value1?.GetHashCode() ?? 0);
178var hc2 = (uint)(value2?.GetHashCode() ?? 0);
179var hc3 = (uint)(value3?.GetHashCode() ?? 0);
180var hc4 = (uint)(value4?.GetHashCode() ?? 0);
181var hc5 = (uint)(value5?.GetHashCode() ?? 0);
182var hc6 = (uint)(value6?.GetHashCode() ?? 0);
184Initialize(out var v1, out var v2, out var v3, out var v4);
191var hash = MixState(v1, v2, v3, v4);
203var hc1 = (uint)(value1?.GetHashCode() ?? 0);
204var hc2 = (uint)(value2?.GetHashCode() ?? 0);
205var hc3 = (uint)(value3?.GetHashCode() ?? 0);
206var hc4 = (uint)(value4?.GetHashCode() ?? 0);
207var hc5 = (uint)(value5?.GetHashCode() ?? 0);
208var hc6 = (uint)(value6?.GetHashCode() ?? 0);
209var hc7 = (uint)(value7?.GetHashCode() ?? 0);
211Initialize(out var v1, out var v2, out var v3, out var v4);
218var hash = MixState(v1, v2, v3, v4);
231var hc1 = (uint)(value1?.GetHashCode() ?? 0);
232var hc2 = (uint)(value2?.GetHashCode() ?? 0);
233var hc3 = (uint)(value3?.GetHashCode() ?? 0);
234var hc4 = (uint)(value4?.GetHashCode() ?? 0);
235var hc5 = (uint)(value5?.GetHashCode() ?? 0);
236var hc6 = (uint)(value6?.GetHashCode() ?? 0);
237var hc7 = (uint)(value7?.GetHashCode() ?? 0);
238var hc8 = (uint)(value8?.GetHashCode() ?? 0);
240Initialize(out var v1, out var v2, out var v3, out var v4);
252var hash = MixState(v1, v2, v3, v4);
335var val = (uint)value;
339var previousLength = _length++;
340var position = previousLength % 4;
374var length = _length;
379var position = length % 4;
384var hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3, _v4);
Microsoft.AspNetCore.Mvc.TagHelpers (1)
Microsoft.AspNetCore.OpenApi.SourceGenerators (70)
src\Shared\HashCode.cs (70)
87var hc1 = (uint)(value1?.GetHashCode() ?? 0);
89var hash = MixEmptyState();
100var hc1 = (uint)(value1?.GetHashCode() ?? 0);
101var hc2 = (uint)(value2?.GetHashCode() ?? 0);
103var hash = MixEmptyState();
115var hc1 = (uint)(value1?.GetHashCode() ?? 0);
116var hc2 = (uint)(value2?.GetHashCode() ?? 0);
117var hc3 = (uint)(value3?.GetHashCode() ?? 0);
119var hash = MixEmptyState();
132var hc1 = (uint)(value1?.GetHashCode() ?? 0);
133var hc2 = (uint)(value2?.GetHashCode() ?? 0);
134var hc3 = (uint)(value3?.GetHashCode() ?? 0);
135var hc4 = (uint)(value4?.GetHashCode() ?? 0);
137Initialize(out var v1, out var v2, out var v3, out var v4);
144var hash = MixState(v1, v2, v3, v4);
153var hc1 = (uint)(value1?.GetHashCode() ?? 0);
154var hc2 = (uint)(value2?.GetHashCode() ?? 0);
155var hc3 = (uint)(value3?.GetHashCode() ?? 0);
156var hc4 = (uint)(value4?.GetHashCode() ?? 0);
157var hc5 = (uint)(value5?.GetHashCode() ?? 0);
159Initialize(out var v1, out var v2, out var v3, out var v4);
166var hash = MixState(v1, v2, v3, v4);
177var hc1 = (uint)(value1?.GetHashCode() ?? 0);
178var hc2 = (uint)(value2?.GetHashCode() ?? 0);
179var hc3 = (uint)(value3?.GetHashCode() ?? 0);
180var hc4 = (uint)(value4?.GetHashCode() ?? 0);
181var hc5 = (uint)(value5?.GetHashCode() ?? 0);
182var hc6 = (uint)(value6?.GetHashCode() ?? 0);
184Initialize(out var v1, out var v2, out var v3, out var v4);
191var hash = MixState(v1, v2, v3, v4);
203var hc1 = (uint)(value1?.GetHashCode() ?? 0);
204var hc2 = (uint)(value2?.GetHashCode() ?? 0);
205var hc3 = (uint)(value3?.GetHashCode() ?? 0);
206var hc4 = (uint)(value4?.GetHashCode() ?? 0);
207var hc5 = (uint)(value5?.GetHashCode() ?? 0);
208var hc6 = (uint)(value6?.GetHashCode() ?? 0);
209var hc7 = (uint)(value7?.GetHashCode() ?? 0);
211Initialize(out var v1, out var v2, out var v3, out var v4);
218var hash = MixState(v1, v2, v3, v4);
231var hc1 = (uint)(value1?.GetHashCode() ?? 0);
232var hc2 = (uint)(value2?.GetHashCode() ?? 0);
233var hc3 = (uint)(value3?.GetHashCode() ?? 0);
234var hc4 = (uint)(value4?.GetHashCode() ?? 0);
235var hc5 = (uint)(value5?.GetHashCode() ?? 0);
236var hc6 = (uint)(value6?.GetHashCode() ?? 0);
237var hc7 = (uint)(value7?.GetHashCode() ?? 0);
238var hc8 = (uint)(value8?.GetHashCode() ?? 0);
240Initialize(out var v1, out var v2, out var v3, out var v4);
252var hash = MixState(v1, v2, v3, v4);
335var val = (uint)value;
339var previousLength = _length++;
340var position = previousLength % 4;
374var length = _length;
379var position = length % 4;
384var hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3, _v4);
Microsoft.AspNetCore.Server.HttpSys (13)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (9)
Microsoft.AspNetCore.Server.IIS (8)
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (4)
Microsoft.AspNetCore.Server.Kestrel.Core (14)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
Microsoft.AspNetCore.Session (1)
Microsoft.AspNetCore.Shared.Tests (9)
Microsoft.AspNetCore.SignalR.Common.Tests (1)
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (1)
Microsoft.Build (4)
Microsoft.Build.BuildCheck.UnitTests (1)
Microsoft.Build.Engine.OM.UnitTests (26)
Microsoft.Build.Engine.UnitTests (1)
Microsoft.Build.Framework (7)
Microsoft.Build.Tasks.CodeAnalysis (2)
Microsoft.Build.Tasks.Core (53)
NativeMethods.cs (38)
99object DefineScope([In] ref Guid rclsid, [In] UInt32 dwCreateFlags, [In] ref Guid riid);
102object OpenScope([In][MarshalAs(UnmanagedType.LPWStr)] string szScope, [In] UInt32 dwOpenFlags, [In] ref Guid riid);
105object OpenScopeOnMemory([In] IntPtr pData, [In] UInt32 cbData, [In] UInt32 dwOpenFlags, [In] ref Guid riid);
117void CountEnum(IntPtr iRef, ref UInt32 ulCount);
243int GetCustomAttributeByName(UInt32 mdTokenObj, [MarshalAs(UnmanagedType.LPWStr)] string szName, out IntPtr ppData, out uint pDataSize);
253void GetPEKind(out UInt32 pdwPEKind, out UInt32 pdwMachine);
254void GetVersionString([MarshalAs(UnmanagedType.LPArray)] char[] pwzBuf, UInt32 ccBufSize, out UInt32 pccBufSize);
272void GetAssemblyProps(UInt32 mdAsm, out IntPtr pPublicKeyPtr, out UInt32 ucbPublicKeyPtr, out UInt32 uHashAlg, [MarshalAs(UnmanagedType.LPArray)] char[] strName, UInt32 cchNameIn, out UInt32 cchNameRequired, IntPtr amdInfo, out UInt32 dwFlags);
273void GetAssemblyRefProps(UInt32 mdAsmRef, out IntPtr ppbPublicKeyOrToken, out UInt32 pcbPublicKeyOrToken, [MarshalAs(UnmanagedType.LPArray)] char[] strName, UInt32 cchNameIn, out UInt32 pchNameOut, IntPtr amdInfo, out IntPtr ppbHashValue, out UInt32 pcbHashValue, out UInt32 pdwAssemblyRefFlags);
274void GetFileProps([In] UInt32 mdFile, [MarshalAs(UnmanagedType.LPArray)] char[] strName, UInt32 cchName, out UInt32 cchNameRequired, out IntPtr bHashData, out UInt32 cchHashBytes, out UInt32 dwFileFlags);
277void EnumAssemblyRefs([In, Out] ref IntPtr phEnum, [MarshalAs(UnmanagedType.LPArray), Out] UInt32[] asmRefs, UInt32 asmRefCount, out UInt32 iFetched);
278void EnumFiles([In, Out] ref IntPtr phEnum, [MarshalAs(UnmanagedType.LPArray), Out] UInt32[] fileRefs, UInt32 fileRefCount, out UInt32 iFetched);
281void GetAssemblyFromScope(out UInt32 mdAsm);
332public UInt32 cchLocale;
334public UInt32 cProcessors;
336public UInt32 cOses;
993var driveMask = GetLogicalDrives();
Microsoft.Build.Utilities.Core (2)
Microsoft.CodeAnalysis (83)
Microsoft.CodeAnalysis.Analyzers (70)
src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (70)
96var hc1 = (uint)(value1?.GetHashCode() ?? 0);
98var hash = MixEmptyState();
109var hc1 = (uint)(value1?.GetHashCode() ?? 0);
110var hc2 = (uint)(value2?.GetHashCode() ?? 0);
112var hash = MixEmptyState();
124var hc1 = (uint)(value1?.GetHashCode() ?? 0);
125var hc2 = (uint)(value2?.GetHashCode() ?? 0);
126var hc3 = (uint)(value3?.GetHashCode() ?? 0);
128var hash = MixEmptyState();
141var hc1 = (uint)(value1?.GetHashCode() ?? 0);
142var hc2 = (uint)(value2?.GetHashCode() ?? 0);
143var hc3 = (uint)(value3?.GetHashCode() ?? 0);
144var hc4 = (uint)(value4?.GetHashCode() ?? 0);
146Initialize(out var v1, out var v2, out var v3, out var v4);
153var hash = MixState(v1, v2, v3, v4);
162var hc1 = (uint)(value1?.GetHashCode() ?? 0);
163var hc2 = (uint)(value2?.GetHashCode() ?? 0);
164var hc3 = (uint)(value3?.GetHashCode() ?? 0);
165var hc4 = (uint)(value4?.GetHashCode() ?? 0);
166var hc5 = (uint)(value5?.GetHashCode() ?? 0);
168Initialize(out var v1, out var v2, out var v3, out var v4);
175var hash = MixState(v1, v2, v3, v4);
186var hc1 = (uint)(value1?.GetHashCode() ?? 0);
187var hc2 = (uint)(value2?.GetHashCode() ?? 0);
188var hc3 = (uint)(value3?.GetHashCode() ?? 0);
189var hc4 = (uint)(value4?.GetHashCode() ?? 0);
190var hc5 = (uint)(value5?.GetHashCode() ?? 0);
191var hc6 = (uint)(value6?.GetHashCode() ?? 0);
193Initialize(out var v1, out var v2, out var v3, out var v4);
200var hash = MixState(v1, v2, v3, v4);
212var hc1 = (uint)(value1?.GetHashCode() ?? 0);
213var hc2 = (uint)(value2?.GetHashCode() ?? 0);
214var hc3 = (uint)(value3?.GetHashCode() ?? 0);
215var hc4 = (uint)(value4?.GetHashCode() ?? 0);
216var hc5 = (uint)(value5?.GetHashCode() ?? 0);
217var hc6 = (uint)(value6?.GetHashCode() ?? 0);
218var hc7 = (uint)(value7?.GetHashCode() ?? 0);
220Initialize(out var v1, out var v2, out var v3, out var v4);
227var hash = MixState(v1, v2, v3, v4);
240var hc1 = (uint)(value1?.GetHashCode() ?? 0);
241var hc2 = (uint)(value2?.GetHashCode() ?? 0);
242var hc3 = (uint)(value3?.GetHashCode() ?? 0);
243var hc4 = (uint)(value4?.GetHashCode() ?? 0);
244var hc5 = (uint)(value5?.GetHashCode() ?? 0);
245var hc6 = (uint)(value6?.GetHashCode() ?? 0);
246var hc7 = (uint)(value7?.GetHashCode() ?? 0);
247var hc8 = (uint)(value8?.GetHashCode() ?? 0);
249Initialize(out var v1, out var v2, out var v3, out var v4);
261var hash = MixState(v1, v2, v3, v4);
344var val = (uint)value;
348var previousLength = _length++;
349var position = previousLength % 4;
381var length = _length;
386var position = length % 4;
391var hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3, _v4);
Microsoft.CodeAnalysis.AnalyzerUtilities (72)
src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (70)
96var hc1 = (uint)(value1?.GetHashCode() ?? 0);
98var hash = MixEmptyState();
109var hc1 = (uint)(value1?.GetHashCode() ?? 0);
110var hc2 = (uint)(value2?.GetHashCode() ?? 0);
112var hash = MixEmptyState();
124var hc1 = (uint)(value1?.GetHashCode() ?? 0);
125var hc2 = (uint)(value2?.GetHashCode() ?? 0);
126var hc3 = (uint)(value3?.GetHashCode() ?? 0);
128var hash = MixEmptyState();
141var hc1 = (uint)(value1?.GetHashCode() ?? 0);
142var hc2 = (uint)(value2?.GetHashCode() ?? 0);
143var hc3 = (uint)(value3?.GetHashCode() ?? 0);
144var hc4 = (uint)(value4?.GetHashCode() ?? 0);
146Initialize(out var v1, out var v2, out var v3, out var v4);
153var hash = MixState(v1, v2, v3, v4);
162var hc1 = (uint)(value1?.GetHashCode() ?? 0);
163var hc2 = (uint)(value2?.GetHashCode() ?? 0);
164var hc3 = (uint)(value3?.GetHashCode() ?? 0);
165var hc4 = (uint)(value4?.GetHashCode() ?? 0);
166var hc5 = (uint)(value5?.GetHashCode() ?? 0);
168Initialize(out var v1, out var v2, out var v3, out var v4);
175var hash = MixState(v1, v2, v3, v4);
186var hc1 = (uint)(value1?.GetHashCode() ?? 0);
187var hc2 = (uint)(value2?.GetHashCode() ?? 0);
188var hc3 = (uint)(value3?.GetHashCode() ?? 0);
189var hc4 = (uint)(value4?.GetHashCode() ?? 0);
190var hc5 = (uint)(value5?.GetHashCode() ?? 0);
191var hc6 = (uint)(value6?.GetHashCode() ?? 0);
193Initialize(out var v1, out var v2, out var v3, out var v4);
200var hash = MixState(v1, v2, v3, v4);
212var hc1 = (uint)(value1?.GetHashCode() ?? 0);
213var hc2 = (uint)(value2?.GetHashCode() ?? 0);
214var hc3 = (uint)(value3?.GetHashCode() ?? 0);
215var hc4 = (uint)(value4?.GetHashCode() ?? 0);
216var hc5 = (uint)(value5?.GetHashCode() ?? 0);
217var hc6 = (uint)(value6?.GetHashCode() ?? 0);
218var hc7 = (uint)(value7?.GetHashCode() ?? 0);
220Initialize(out var v1, out var v2, out var v3, out var v4);
227var hash = MixState(v1, v2, v3, v4);
240var hc1 = (uint)(value1?.GetHashCode() ?? 0);
241var hc2 = (uint)(value2?.GetHashCode() ?? 0);
242var hc3 = (uint)(value3?.GetHashCode() ?? 0);
243var hc4 = (uint)(value4?.GetHashCode() ?? 0);
244var hc5 = (uint)(value5?.GetHashCode() ?? 0);
245var hc6 = (uint)(value6?.GetHashCode() ?? 0);
246var hc7 = (uint)(value7?.GetHashCode() ?? 0);
247var hc8 = (uint)(value8?.GetHashCode() ?? 0);
249Initialize(out var v1, out var v2, out var v3, out var v4);
261var hash = MixState(v1, v2, v3, v4);
344var val = (uint)value;
348var previousLength = _length++;
349var position = previousLength % 4;
381var length = _length;
386var position = length % 4;
391var hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3, _v4);
Microsoft.CodeAnalysis.BannedApiAnalyzers (70)
src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (70)
96var hc1 = (uint)(value1?.GetHashCode() ?? 0);
98var hash = MixEmptyState();
109var hc1 = (uint)(value1?.GetHashCode() ?? 0);
110var hc2 = (uint)(value2?.GetHashCode() ?? 0);
112var hash = MixEmptyState();
124var hc1 = (uint)(value1?.GetHashCode() ?? 0);
125var hc2 = (uint)(value2?.GetHashCode() ?? 0);
126var hc3 = (uint)(value3?.GetHashCode() ?? 0);
128var hash = MixEmptyState();
141var hc1 = (uint)(value1?.GetHashCode() ?? 0);
142var hc2 = (uint)(value2?.GetHashCode() ?? 0);
143var hc3 = (uint)(value3?.GetHashCode() ?? 0);
144var hc4 = (uint)(value4?.GetHashCode() ?? 0);
146Initialize(out var v1, out var v2, out var v3, out var v4);
153var hash = MixState(v1, v2, v3, v4);
162var hc1 = (uint)(value1?.GetHashCode() ?? 0);
163var hc2 = (uint)(value2?.GetHashCode() ?? 0);
164var hc3 = (uint)(value3?.GetHashCode() ?? 0);
165var hc4 = (uint)(value4?.GetHashCode() ?? 0);
166var hc5 = (uint)(value5?.GetHashCode() ?? 0);
168Initialize(out var v1, out var v2, out var v3, out var v4);
175var hash = MixState(v1, v2, v3, v4);
186var hc1 = (uint)(value1?.GetHashCode() ?? 0);
187var hc2 = (uint)(value2?.GetHashCode() ?? 0);
188var hc3 = (uint)(value3?.GetHashCode() ?? 0);
189var hc4 = (uint)(value4?.GetHashCode() ?? 0);
190var hc5 = (uint)(value5?.GetHashCode() ?? 0);
191var hc6 = (uint)(value6?.GetHashCode() ?? 0);
193Initialize(out var v1, out var v2, out var v3, out var v4);
200var hash = MixState(v1, v2, v3, v4);
212var hc1 = (uint)(value1?.GetHashCode() ?? 0);
213var hc2 = (uint)(value2?.GetHashCode() ?? 0);
214var hc3 = (uint)(value3?.GetHashCode() ?? 0);
215var hc4 = (uint)(value4?.GetHashCode() ?? 0);
216var hc5 = (uint)(value5?.GetHashCode() ?? 0);
217var hc6 = (uint)(value6?.GetHashCode() ?? 0);
218var hc7 = (uint)(value7?.GetHashCode() ?? 0);
220Initialize(out var v1, out var v2, out var v3, out var v4);
227var hash = MixState(v1, v2, v3, v4);
240var hc1 = (uint)(value1?.GetHashCode() ?? 0);
241var hc2 = (uint)(value2?.GetHashCode() ?? 0);
242var hc3 = (uint)(value3?.GetHashCode() ?? 0);
243var hc4 = (uint)(value4?.GetHashCode() ?? 0);
244var hc5 = (uint)(value5?.GetHashCode() ?? 0);
245var hc6 = (uint)(value6?.GetHashCode() ?? 0);
246var hc7 = (uint)(value7?.GetHashCode() ?? 0);
247var hc8 = (uint)(value8?.GetHashCode() ?? 0);
249Initialize(out var v1, out var v2, out var v3, out var v4);
261var hash = MixState(v1, v2, v3, v4);
344var val = (uint)value;
348var previousLength = _length++;
349var position = previousLength % 4;
381var length = _length;
386var position = length % 4;
391var hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3, _v4);
Microsoft.CodeAnalysis.CodeStyle (7)
Microsoft.CodeAnalysis.Collections.Package (7)
Microsoft.CodeAnalysis.CSharp (4)
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
Microsoft.CodeAnalysis.CSharp.Features (1)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (12)
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (1)
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Microsoft.CodeAnalysis.InteractiveHost (7)
Microsoft.CodeAnalysis.PublicApiAnalyzers (70)
src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (70)
96var hc1 = (uint)(value1?.GetHashCode() ?? 0);
98var hash = MixEmptyState();
109var hc1 = (uint)(value1?.GetHashCode() ?? 0);
110var hc2 = (uint)(value2?.GetHashCode() ?? 0);
112var hash = MixEmptyState();
124var hc1 = (uint)(value1?.GetHashCode() ?? 0);
125var hc2 = (uint)(value2?.GetHashCode() ?? 0);
126var hc3 = (uint)(value3?.GetHashCode() ?? 0);
128var hash = MixEmptyState();
141var hc1 = (uint)(value1?.GetHashCode() ?? 0);
142var hc2 = (uint)(value2?.GetHashCode() ?? 0);
143var hc3 = (uint)(value3?.GetHashCode() ?? 0);
144var hc4 = (uint)(value4?.GetHashCode() ?? 0);
146Initialize(out var v1, out var v2, out var v3, out var v4);
153var hash = MixState(v1, v2, v3, v4);
162var hc1 = (uint)(value1?.GetHashCode() ?? 0);
163var hc2 = (uint)(value2?.GetHashCode() ?? 0);
164var hc3 = (uint)(value3?.GetHashCode() ?? 0);
165var hc4 = (uint)(value4?.GetHashCode() ?? 0);
166var hc5 = (uint)(value5?.GetHashCode() ?? 0);
168Initialize(out var v1, out var v2, out var v3, out var v4);
175var hash = MixState(v1, v2, v3, v4);
186var hc1 = (uint)(value1?.GetHashCode() ?? 0);
187var hc2 = (uint)(value2?.GetHashCode() ?? 0);
188var hc3 = (uint)(value3?.GetHashCode() ?? 0);
189var hc4 = (uint)(value4?.GetHashCode() ?? 0);
190var hc5 = (uint)(value5?.GetHashCode() ?? 0);
191var hc6 = (uint)(value6?.GetHashCode() ?? 0);
193Initialize(out var v1, out var v2, out var v3, out var v4);
200var hash = MixState(v1, v2, v3, v4);
212var hc1 = (uint)(value1?.GetHashCode() ?? 0);
213var hc2 = (uint)(value2?.GetHashCode() ?? 0);
214var hc3 = (uint)(value3?.GetHashCode() ?? 0);
215var hc4 = (uint)(value4?.GetHashCode() ?? 0);
216var hc5 = (uint)(value5?.GetHashCode() ?? 0);
217var hc6 = (uint)(value6?.GetHashCode() ?? 0);
218var hc7 = (uint)(value7?.GetHashCode() ?? 0);
220Initialize(out var v1, out var v2, out var v3, out var v4);
227var hash = MixState(v1, v2, v3, v4);
240var hc1 = (uint)(value1?.GetHashCode() ?? 0);
241var hc2 = (uint)(value2?.GetHashCode() ?? 0);
242var hc3 = (uint)(value3?.GetHashCode() ?? 0);
243var hc4 = (uint)(value4?.GetHashCode() ?? 0);
244var hc5 = (uint)(value5?.GetHashCode() ?? 0);
245var hc6 = (uint)(value6?.GetHashCode() ?? 0);
246var hc7 = (uint)(value7?.GetHashCode() ?? 0);
247var hc8 = (uint)(value8?.GetHashCode() ?? 0);
249Initialize(out var v1, out var v2, out var v3, out var v4);
261var hash = MixState(v1, v2, v3, v4);
344var val = (uint)value;
348var previousLength = _length++;
349var position = previousLength % 4;
381var length = _length;
386var position = length % 4;
391var hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3, _v4);
Microsoft.CodeAnalysis.ResxSourceGenerator (70)
src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (70)
96var hc1 = (uint)(value1?.GetHashCode() ?? 0);
98var hash = MixEmptyState();
109var hc1 = (uint)(value1?.GetHashCode() ?? 0);
110var hc2 = (uint)(value2?.GetHashCode() ?? 0);
112var hash = MixEmptyState();
124var hc1 = (uint)(value1?.GetHashCode() ?? 0);
125var hc2 = (uint)(value2?.GetHashCode() ?? 0);
126var hc3 = (uint)(value3?.GetHashCode() ?? 0);
128var hash = MixEmptyState();
141var hc1 = (uint)(value1?.GetHashCode() ?? 0);
142var hc2 = (uint)(value2?.GetHashCode() ?? 0);
143var hc3 = (uint)(value3?.GetHashCode() ?? 0);
144var hc4 = (uint)(value4?.GetHashCode() ?? 0);
146Initialize(out var v1, out var v2, out var v3, out var v4);
153var hash = MixState(v1, v2, v3, v4);
162var hc1 = (uint)(value1?.GetHashCode() ?? 0);
163var hc2 = (uint)(value2?.GetHashCode() ?? 0);
164var hc3 = (uint)(value3?.GetHashCode() ?? 0);
165var hc4 = (uint)(value4?.GetHashCode() ?? 0);
166var hc5 = (uint)(value5?.GetHashCode() ?? 0);
168Initialize(out var v1, out var v2, out var v3, out var v4);
175var hash = MixState(v1, v2, v3, v4);
186var hc1 = (uint)(value1?.GetHashCode() ?? 0);
187var hc2 = (uint)(value2?.GetHashCode() ?? 0);
188var hc3 = (uint)(value3?.GetHashCode() ?? 0);
189var hc4 = (uint)(value4?.GetHashCode() ?? 0);
190var hc5 = (uint)(value5?.GetHashCode() ?? 0);
191var hc6 = (uint)(value6?.GetHashCode() ?? 0);
193Initialize(out var v1, out var v2, out var v3, out var v4);
200var hash = MixState(v1, v2, v3, v4);
212var hc1 = (uint)(value1?.GetHashCode() ?? 0);
213var hc2 = (uint)(value2?.GetHashCode() ?? 0);
214var hc3 = (uint)(value3?.GetHashCode() ?? 0);
215var hc4 = (uint)(value4?.GetHashCode() ?? 0);
216var hc5 = (uint)(value5?.GetHashCode() ?? 0);
217var hc6 = (uint)(value6?.GetHashCode() ?? 0);
218var hc7 = (uint)(value7?.GetHashCode() ?? 0);
220Initialize(out var v1, out var v2, out var v3, out var v4);
227var hash = MixState(v1, v2, v3, v4);
240var hc1 = (uint)(value1?.GetHashCode() ?? 0);
241var hc2 = (uint)(value2?.GetHashCode() ?? 0);
242var hc3 = (uint)(value3?.GetHashCode() ?? 0);
243var hc4 = (uint)(value4?.GetHashCode() ?? 0);
244var hc5 = (uint)(value5?.GetHashCode() ?? 0);
245var hc6 = (uint)(value6?.GetHashCode() ?? 0);
246var hc7 = (uint)(value7?.GetHashCode() ?? 0);
247var hc8 = (uint)(value8?.GetHashCode() ?? 0);
249Initialize(out var v1, out var v2, out var v3, out var v4);
261var hash = MixState(v1, v2, v3, v4);
344var val = (uint)value;
348var previousLength = _length++;
349var position = previousLength % 4;
381var length = _length;
386var position = length % 4;
391var hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3, _v4);
Microsoft.CodeAnalysis.Test.Utilities (1)
Microsoft.CodeAnalysis.Threading.Package (7)
Microsoft.CodeAnalysis.UnitTests (1)
Microsoft.CodeAnalysis.Workspaces (14)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (8)
Microsoft.CodeAnalysis.Workspaces.UnitTests (21)
Microsoft.Data.Analysis (33)
Microsoft.DotNet.SignCheckLibrary (21)
Microsoft.DotNet.StrongName (8)
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Microsoft.Maui (3)
Microsoft.Maui.Controls (3)
Microsoft.Maui.Controls.Build.Tasks (1)
Microsoft.Maui.Controls.SourceGen (1)
Microsoft.Maui.Controls.Xaml (2)
Microsoft.ML.Core (8)
Microsoft.ML.Data (92)
Data\Conversion.cs (50)
31using U4 = UInt32;
160AddStd<U1, U4>(Convert);
171AddStd<U2, U4>(Convert);
180AddStd<U4, U1>(Convert);
181AddStd<U4, U2>(Convert);
182AddStd<U4, U4>(Convert);
183AddStd<U4, U8>(Convert);
184AddStd<U4, UG>(Convert);
185AddStd<U4, R4>(Convert);
186AddStd<U4, R8>(Convert);
187AddAux<U4, SB>(Convert);
188AddStd<U4, BL>(Convert);
189AddStd<U4, TX>(Convert);
193AddStd<U8, U4>(Convert);
204AddStd<UG, U4>(Convert);
227AddStd<TX, U4>(Convert);
288AddIsDef<U4>(IsDefault);
297AddHasZero<U4>(HasZero);
306AddTryParse<U4>(TryParse);
786private bool IsDefault(in U4 src) => src == 0;
797private bool HasZero(in VBuffer<U4> src) { if (!src.IsDense) return true; var srcValues = src.GetValues(); for (int i = 0; i < srcValues.Length; i++) { if (srcValues[i] == 0) return true; } return false; }
841public void Convert(in U4 src, ref U1 dst) => dst = src <= U1.MaxValue ? (U1)src : (U1)0;
849public void Convert(in U4 src, ref U2 dst) => dst = src <= U2.MaxValue ? (U2)src : (U2)0;
855public void Convert(in U1 src, ref U4 dst) => dst = src;
856public void Convert(in U2 src, ref U4 dst) => dst = src;
857public void Convert(in U4 src, ref U4 dst) => dst = src;
858public void Convert(in U8 src, ref U4 dst) => dst = src <= U4.MaxValue ? (U4)src : (U4)0;
859public void Convert(in UG src, ref U4 dst) => dst = src.High == 0 && src.Low <= U4.MaxValue ? (U4)src.Low : (U4)0;
865public void Convert(in U4 src, ref U8 dst) => dst = src;
873public void Convert(in U4 src, ref UG dst) => dst = new UG(src, 0);
885public void Convert(in U4 src, ref R4 dst) => dst = src;
903public void Convert(in U4 src, ref R8 dst) => dst = src;
921public void Convert(in U4 src, ref SB dst) => ClearDst(ref dst).Append(src);
946public void Convert(in U4 src, ref TX dst) => dst = src.ToString().AsMemory();
966public void Convert(in U4 src, ref BL dst) => dst = System.Convert.ToBoolean(src);
1015public bool TryParse(in TX src, out U4 dst)
1018if (!TryParse(in src, out res) || res > U4.MaxValue)
1023dst = (U4)res;
1505private U4 ParseU4(in TX span)
1510if (res > U4.MaxValue)
1512return (U4)res;
1665public void Convert(in TX span, ref U4 value)
Transforms\ValueMapping.cs (3)
332var keyValue = keyTypeValueMapping[value];
1159CastInputTo<UInt32>(ctx, out node, srcVariableName, opType, labelEncoderOutput, NumberDataViewType.Int64);
1161CastInputTo<UInt32>(ctx, out node, srcVariableName, opType, labelEncoderOutput, TextDataViewType.Instance);
Microsoft.ML.FastTree (12)
Microsoft.ML.LightGbm (8)
Microsoft.ML.OnnxTransformer (3)
Microsoft.ML.Samples (2)
Microsoft.ML.Samples.GPU (2)
Microsoft.ML.Sweeper (1)
Microsoft.ML.TensorFlow (4)
Microsoft.ML.TestFramework (1)
Microsoft.ML.Tests (7)
Microsoft.ML.TorchSharp (15)
Microsoft.ML.Transforms (12)
Microsoft.ML.Vision (2)
Microsoft.Net.Http.Headers (1)
Microsoft.VisualBasic.Core (55)
Microsoft\VisualBasic\CompilerServices\Conversions.vb (25)
114If TypeOf Value Is UInt32 Then
115Return CBool(DirectCast(Value, UInt32))
258If TypeOf Value Is UInt32 Then
259Return CByte(DirectCast(Value, UInt32))
405If TypeOf Value Is UInt32 Then
406Return CSByte(DirectCast(Value, UInt32))
548If TypeOf Value Is UInt32 Then
549Return CShort(DirectCast(Value, UInt32))
694If TypeOf Value Is UInt32 Then
695Return CUShort(DirectCast(Value, UInt32))
837If TypeOf Value Is UInt32 Then
838Return CInt(DirectCast(Value, UInt32))
982If TypeOf Value Is UInt32 Then
983Return CUInt(DirectCast(Value, UInt32))
1128If TypeOf Value Is UInt32 Then
1129Return CLng(DirectCast(Value, UInt32))
1275If TypeOf Value Is UInt32 Then
1276Return CULng(DirectCast(Value, UInt32))
1434If TypeOf Value Is UInt32 Then
1435Return CDec(DirectCast(Value, UInt32))
1674If TypeOf Value Is UInt32 Then
1675Return CSng(DirectCast(Value, UInt32))
1819If TypeOf Value Is UInt32 Then
1820Return CDbl(DirectCast(Value, UInt32))
2396Private Shared Function CastUInt32Enum(ByVal Expression As UInt32, ByVal TargetType As Type) As Object
Microsoft\VisualBasic\CompilerServices\Operators.vb (29)
774Private Shared Function CompareUInt32(ByVal left As UInt32, ByVal right As UInt32) As CompareClass
997If TypeOf Operand Is UInt32 Then
998Return NegateUInt32(DirectCast(Operand, UInt32))
1094Private Shared Function NegateUInt32(ByVal operand As UInt32) As Object
1237Private Shared Function NotUInt32(ByVal operand As UInt32, ByVal operandType As Type) As Object
1238Dim result As UInt32 = Not operand
1627Private Shared Function AndUInt32(ByVal left As UInt32, ByVal right As UInt32, Optional ByVal enumType As Type = Nothing) As Object
1628Dim result As UInt32 = left And right
1999Private Shared Function OrUInt32(ByVal left As UInt32, ByVal right As UInt32, Optional ByVal enumType As Type = Nothing) As Object
2000Dim result As UInt32 = left Or right
2392Private Shared Function XorUInt32(ByVal left As UInt32, ByVal right As UInt32, Optional ByVal enumType As Type = Nothing) As Object
2393Dim result As UInt32 = left Xor right
2869Private Shared Function AddUInt32(ByVal left As UInt32, ByVal right As UInt32) As Object
2873If result > UInt32.MaxValue Then
3337Private Shared Function SubtractUInt32(ByVal left As UInt32, ByVal right As UInt32) As Object
3341If result < UInt32.MinValue Then
3781Private Shared Function MultiplyUInt32(ByVal left As UInt32, ByVal right As UInt32) As Object
3785If result > UInt32.MaxValue Then
4619Private Shared Function ModUInt32(ByVal left As UInt32, ByVal right As UInt32) As Object
5011Private Shared Function IntDivideUInt32(ByVal left As UInt32, ByVal right As UInt32) As Object
Microsoft.VisualStudio.LanguageServices (50)
Microsoft.VisualStudio.LanguageServices.LiveShare (1)
MSBuild (2)
MSBuildTaskHost (2)
mscorlib (1)
netstandard (1)
PresentationBuildTasks (2)
PresentationCore (507)
MS\Win32\UnsafeNativeMethodsPointer.cs (47)
27internal enum TOUCH_FLAGS : UInt32
36internal enum TOUCH_MASK : UInt32
48internal enum PEN_MASK : UInt32
61internal enum PEN_FLAGS : UInt32
72internal enum POINTER_DEVICE_CURSOR_TYPE : UInt32
83internal enum POINTER_DEVICE_TYPE : UInt32
95internal enum POINTER_INPUT_TYPE : UInt32
108internal enum POINTER_FLAGS : UInt32
134internal enum POINTER_BUTTON_CHANGE_TYPE : UInt32
156internal enum InteractionMeasurementUnits : UInt32
165internal enum INTERACTION_CONTEXT_PROPERTY : UInt32
177internal enum CROSS_SLIDE_FLAGS : UInt32
189internal enum MANIPULATION_RAILS_STATE : UInt32
201internal enum INTERACTION_FLAGS : UInt32
214internal enum INTERACTION_ID : UInt32
231internal enum INTERACTION_CONFIGURATION_FLAGS : UInt32
293internal UInt32 orientation;
294internal UInt32 pressure;
308internal UInt32 unit;
309internal UInt32 unitExponent;
321internal UInt32 cursorId;
332internal UInt32 displayOrientation;
336internal UInt32 startingCursorId;
367internal UInt32 pressure;
368internal UInt32 rotation;
380internal UInt32 pointerId;
381internal UInt32 frameId;
389internal UInt32 dwTime;
390internal UInt32 historyCount;
392internal UInt32 dwKeyStates;
467internal UInt32 count;
522internal static extern bool GetPointerDevices([In, Out] ref UInt32 deviceCount, [In, Out] POINTER_DEVICE_INFO[] devices);
528internal static extern bool GetPointerDeviceCursors([In] IntPtr device, [In, Out] ref UInt32 cursorCount, [In, Out] POINTER_DEVICE_CURSOR_INFO[] cursors);
534internal static extern bool GetPointerInfo([In] UInt32 pointerId, [In, Out] ref POINTER_INFO pointerInfo);
540internal static extern bool GetPointerInfoHistory([In] UInt32 pointerId, [In, Out] ref UInt32 entriesCount, [In, Out] POINTER_INFO[] pointerInfo);
546internal static extern bool GetPointerDeviceProperties([In] IntPtr device, [In, Out] ref UInt32 propertyCount, [In, Out] POINTER_DEVICE_PROPERTY[] pointerProperties);
558internal static extern bool GetPointerCursorId([In] UInt32 pointerId, [In, Out] ref UInt32 cursorId);
564internal static extern bool GetPointerPenInfo([In] UInt32 pointerId, [In, Out] ref POINTER_PEN_INFO penInfo);
570internal static extern bool GetPointerTouchInfo([In] UInt32 pointerId, [In, Out] ref POINTER_TOUCH_INFO touchInfo);
576internal static extern bool GetRawPointerDeviceData([In] UInt32 pointerId, [In] UInt32 historyCount, [In] UInt32 propertiesCount, [In] POINTER_DEVICE_PROPERTY[] pProperties, [In, Out] int[] pValues);
610internal static extern void SetInteractionConfigurationInteractionContext([In] IntPtr interactionContext, [In] UInt32 configurationCount, [In] INTERACTION_CONTEXT_CONFIGURATION[] configuration);
628internal static extern void SetPropertyInteractionContext([In] IntPtr interactionContext, [In] INTERACTION_CONTEXT_PROPERTY contextProperty, [In] UInt32 value);
637internal static extern void BufferPointerPacketsInteractionContext([In] IntPtr interactionContext, [In] UInt32 entriesCount, [In] POINTER_INFO[] pointerInfo);
System\Windows\Media\Generated\RenderData.cs (98)
24UInt32 hPen,
37[FieldOffset(32)] public UInt32 hPen;
38[FieldOffset(36)] private UInt32 QuadWordPad0;
45UInt32 hPen,
47UInt32 hPoint0Animations,
49UInt32 hPoint1Animations
62[FieldOffset(32)] public UInt32 hPen;
63[FieldOffset(36)] public UInt32 hPoint0Animations;
64[FieldOffset(40)] public UInt32 hPoint1Animations;
65[FieldOffset(44)] private UInt32 QuadWordPad0;
72UInt32 hBrush,
73UInt32 hPen,
83[FieldOffset(32)] public UInt32 hBrush;
84[FieldOffset(36)] public UInt32 hPen;
91UInt32 hBrush,
92UInt32 hPen,
94UInt32 hRectangleAnimations
105[FieldOffset(32)] public UInt32 hBrush;
106[FieldOffset(36)] public UInt32 hPen;
107[FieldOffset(40)] public UInt32 hRectangleAnimations;
108[FieldOffset(44)] private UInt32 QuadWordPad0;
115UInt32 hBrush,
116UInt32 hPen,
132[FieldOffset(48)] public UInt32 hBrush;
133[FieldOffset(52)] public UInt32 hPen;
140UInt32 hBrush,
141UInt32 hPen,
143UInt32 hRectangleAnimations,
145UInt32 hRadiusXAnimations,
147UInt32 hRadiusYAnimations
164[FieldOffset(48)] public UInt32 hBrush;
165[FieldOffset(52)] public UInt32 hPen;
166[FieldOffset(56)] public UInt32 hRectangleAnimations;
167[FieldOffset(60)] public UInt32 hRadiusXAnimations;
168[FieldOffset(64)] public UInt32 hRadiusYAnimations;
169[FieldOffset(68)] private UInt32 QuadWordPad0;
176UInt32 hBrush,
177UInt32 hPen,
193[FieldOffset(32)] public UInt32 hBrush;
194[FieldOffset(36)] public UInt32 hPen;
201UInt32 hBrush,
202UInt32 hPen,
204UInt32 hCenterAnimations,
206UInt32 hRadiusXAnimations,
208UInt32 hRadiusYAnimations
225[FieldOffset(32)] public UInt32 hBrush;
226[FieldOffset(36)] public UInt32 hPen;
227[FieldOffset(40)] public UInt32 hCenterAnimations;
228[FieldOffset(44)] public UInt32 hRadiusXAnimations;
229[FieldOffset(48)] public UInt32 hRadiusYAnimations;
230[FieldOffset(52)] private UInt32 QuadWordPad0;
237UInt32 hBrush,
238UInt32 hPen,
239UInt32 hGeometry
248[FieldOffset(0)] public UInt32 hBrush;
249[FieldOffset(4)] public UInt32 hPen;
250[FieldOffset(8)] public UInt32 hGeometry;
251[FieldOffset(12)] private UInt32 QuadWordPad0;
258UInt32 hImageSource,
268[FieldOffset(32)] public UInt32 hImageSource;
269[FieldOffset(36)] private UInt32 QuadWordPad0;
276UInt32 hImageSource,
278UInt32 hRectangleAnimations
287[FieldOffset(32)] public UInt32 hImageSource;
288[FieldOffset(36)] public UInt32 hRectangleAnimations;
295UInt32 hForegroundBrush,
296UInt32 hGlyphRun
303[FieldOffset(0)] public UInt32 hForegroundBrush;
304[FieldOffset(4)] public UInt32 hGlyphRun;
311UInt32 hDrawing
318[FieldOffset(0)] public UInt32 hDrawing;
319[FieldOffset(4)] private UInt32 QuadWordPad0;
326UInt32 hPlayer,
336[FieldOffset(32)] public UInt32 hPlayer;
337[FieldOffset(36)] private UInt32 QuadWordPad0;
344UInt32 hPlayer,
346UInt32 hRectangleAnimations
355[FieldOffset(32)] public UInt32 hPlayer;
356[FieldOffset(36)] public UInt32 hRectangleAnimations;
363UInt32 hClipGeometry
370[FieldOffset(0)] public UInt32 hClipGeometry;
371[FieldOffset(4)] private UInt32 QuadWordPad0;
378UInt32 hOpacityMask
387[FieldOffset(16)] public UInt32 hOpacityMask;
388[FieldOffset(20)] private UInt32 QuadWordPad0;
409UInt32 hOpacityAnimations
418[FieldOffset(8)] public UInt32 hOpacityAnimations;
419[FieldOffset(12)] private UInt32 QuadWordPad0;
426UInt32 hTransform
433[FieldOffset(0)] public UInt32 hTransform;
434[FieldOffset(4)] private UInt32 QuadWordPad0;
441UInt32 hGuidelines
448[FieldOffset(0)] public UInt32 hGuidelines;
449[FieldOffset(4)] private UInt32 QuadWordPad0;
485UInt32 hEffect,
486UInt32 hEffectInput
493[FieldOffset(0)] public UInt32 hEffect;
494[FieldOffset(4)] public UInt32 hEffectInput;
System\Windows\Media\PathGeometry.cs (4)
427internal unsafe void AddFigureToList(bool isFilled, bool isClosed, MilPoint2F* pPoints, UInt32 pointCount, byte* pSegTypes, UInt32 segmentCount)
546internal unsafe delegate void AddFigureToListDelegate(bool isFilled, bool isClosed, MilPoint2F *pPoints, UInt32 pointCount, byte *pTypes, UInt32 typeCount);
System\Windows\Media\UnsafeNativeMethodsMilCoreApi.cs (67)
80UInt32 nSize,
93UInt32 nSize1,
97UInt32 nSize2,
111UInt32 nSize,
122UInt32 nSize,
133UInt32 nSize,
173out UInt32 pSize,
217UInt32 cchAuthor,
219out UInt32 pcchActual);
224UInt32 cchVersion,
226out UInt32 pcchActual);
231UInt32 cchSpecVersion,
233out UInt32 pcchActual);
238UInt32 cchFriendlyName,
240out UInt32 pcchActual);
253UInt32 cchDeviceManufacturer,
255out UInt32 pcchActual
261UInt32 cchDeviceModels,
263out UInt32 pcchActual
269UInt32 cchMimeTypes,
271out UInt32 pcchActual
277UInt32 cchFileExtensions,
279out UInt32 pcchActual
311UInt32 cchLocation,
313out UInt32 pcchActual
388UInt32 cProperties,
399out UInt32 puiWidth,
400out UInt32 puiHeight);
422UInt32 cbStride,
423UInt32 cbBufferSize,
474UInt32 index,
505internal static extern UInt32 AddRef(SafeMILHandle pIUnkown);
508internal static extern UInt32 AddRef(SafeReversePInvokeWrapper pIUnknown);
555UInt32 width,
556UInt32 height,
559UInt32 stride,
560UInt32 offset,
689UInt32 metadataFlags,
697UInt32 metadataFlags,
753UInt32 width,
754UInt32 height,
756UInt32 stride,
757UInt32 cbBufferSize,
764UInt32 width,
765UInt32 height,
836out UInt32 count
842UInt32 index,
852out UInt32 uiBitsPerPixel
858out UInt32 uiChannelCount
864UInt32 uiChannelIndex,
865UInt32 cbMaskBuffer,
867out UInt32 cbActual
1009UInt32 SDKVersion,
1058internal static extern ColorTransformHandle /* HTRANSFORM */ CreateMultiProfileTransform(IntPtr[] /* PHPROFILE */ pahProfiles, UInt32 nProfiles, UInt32[] padwIntent, UInt32 nIntents, UInt32 dwFlags, UInt32 indexPreferredCMM);
1064internal static extern int /* HRESULT */ TranslateColors(ColorTransformHandle /* HTRANSFORM */ hColorTransform, IntPtr paInputColors, UInt32 nColors, UInt32 ctInput, IntPtr paOutputColors, UInt32 ctOutput);
1067internal static extern SafeProfileHandle /* HANDLE */ OpenColorProfile(ref MS.Win32.UnsafeNativeMethods.PROFILE pProfile, UInt32 dwDesiredAccess, UInt32 dwShareMode, UInt32 dwCreationMode);
1090UInt32 SDKVersion
1103UInt32 width,
1104UInt32 height,
PresentationFramework (80)
PresentationUI (9)
ReachFramework (24)
Replay (1)
Roslyn.Diagnostics.Analyzers (70)
src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (70)
96var hc1 = (uint)(value1?.GetHashCode() ?? 0);
98var hash = MixEmptyState();
109var hc1 = (uint)(value1?.GetHashCode() ?? 0);
110var hc2 = (uint)(value2?.GetHashCode() ?? 0);
112var hash = MixEmptyState();
124var hc1 = (uint)(value1?.GetHashCode() ?? 0);
125var hc2 = (uint)(value2?.GetHashCode() ?? 0);
126var hc3 = (uint)(value3?.GetHashCode() ?? 0);
128var hash = MixEmptyState();
141var hc1 = (uint)(value1?.GetHashCode() ?? 0);
142var hc2 = (uint)(value2?.GetHashCode() ?? 0);
143var hc3 = (uint)(value3?.GetHashCode() ?? 0);
144var hc4 = (uint)(value4?.GetHashCode() ?? 0);
146Initialize(out var v1, out var v2, out var v3, out var v4);
153var hash = MixState(v1, v2, v3, v4);
162var hc1 = (uint)(value1?.GetHashCode() ?? 0);
163var hc2 = (uint)(value2?.GetHashCode() ?? 0);
164var hc3 = (uint)(value3?.GetHashCode() ?? 0);
165var hc4 = (uint)(value4?.GetHashCode() ?? 0);
166var hc5 = (uint)(value5?.GetHashCode() ?? 0);
168Initialize(out var v1, out var v2, out var v3, out var v4);
175var hash = MixState(v1, v2, v3, v4);
186var hc1 = (uint)(value1?.GetHashCode() ?? 0);
187var hc2 = (uint)(value2?.GetHashCode() ?? 0);
188var hc3 = (uint)(value3?.GetHashCode() ?? 0);
189var hc4 = (uint)(value4?.GetHashCode() ?? 0);
190var hc5 = (uint)(value5?.GetHashCode() ?? 0);
191var hc6 = (uint)(value6?.GetHashCode() ?? 0);
193Initialize(out var v1, out var v2, out var v3, out var v4);
200var hash = MixState(v1, v2, v3, v4);
212var hc1 = (uint)(value1?.GetHashCode() ?? 0);
213var hc2 = (uint)(value2?.GetHashCode() ?? 0);
214var hc3 = (uint)(value3?.GetHashCode() ?? 0);
215var hc4 = (uint)(value4?.GetHashCode() ?? 0);
216var hc5 = (uint)(value5?.GetHashCode() ?? 0);
217var hc6 = (uint)(value6?.GetHashCode() ?? 0);
218var hc7 = (uint)(value7?.GetHashCode() ?? 0);
220Initialize(out var v1, out var v2, out var v3, out var v4);
227var hash = MixState(v1, v2, v3, v4);
240var hc1 = (uint)(value1?.GetHashCode() ?? 0);
241var hc2 = (uint)(value2?.GetHashCode() ?? 0);
242var hc3 = (uint)(value3?.GetHashCode() ?? 0);
243var hc4 = (uint)(value4?.GetHashCode() ?? 0);
244var hc5 = (uint)(value5?.GetHashCode() ?? 0);
245var hc6 = (uint)(value6?.GetHashCode() ?? 0);
246var hc7 = (uint)(value7?.GetHashCode() ?? 0);
247var hc8 = (uint)(value8?.GetHashCode() ?? 0);
249Initialize(out var v1, out var v2, out var v3, out var v4);
261var hash = MixState(v1, v2, v3, v4);
344var val = (uint)value;
348var previousLength = _length++;
349var position = previousLength % 4;
381var length = _length;
386var position = length % 4;
391var hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3, _v4);
Roslyn.Test.PdbUtilities (12)
System.Linq.Expressions (3)
System.Net.Ping (2)
System.Private.CoreLib (1)
System.Runtime (1)
Test.Utilities (70)
src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (70)
96var hc1 = (uint)(value1?.GetHashCode() ?? 0);
98var hash = MixEmptyState();
109var hc1 = (uint)(value1?.GetHashCode() ?? 0);
110var hc2 = (uint)(value2?.GetHashCode() ?? 0);
112var hash = MixEmptyState();
124var hc1 = (uint)(value1?.GetHashCode() ?? 0);
125var hc2 = (uint)(value2?.GetHashCode() ?? 0);
126var hc3 = (uint)(value3?.GetHashCode() ?? 0);
128var hash = MixEmptyState();
141var hc1 = (uint)(value1?.GetHashCode() ?? 0);
142var hc2 = (uint)(value2?.GetHashCode() ?? 0);
143var hc3 = (uint)(value3?.GetHashCode() ?? 0);
144var hc4 = (uint)(value4?.GetHashCode() ?? 0);
146Initialize(out var v1, out var v2, out var v3, out var v4);
153var hash = MixState(v1, v2, v3, v4);
162var hc1 = (uint)(value1?.GetHashCode() ?? 0);
163var hc2 = (uint)(value2?.GetHashCode() ?? 0);
164var hc3 = (uint)(value3?.GetHashCode() ?? 0);
165var hc4 = (uint)(value4?.GetHashCode() ?? 0);
166var hc5 = (uint)(value5?.GetHashCode() ?? 0);
168Initialize(out var v1, out var v2, out var v3, out var v4);
175var hash = MixState(v1, v2, v3, v4);
186var hc1 = (uint)(value1?.GetHashCode() ?? 0);
187var hc2 = (uint)(value2?.GetHashCode() ?? 0);
188var hc3 = (uint)(value3?.GetHashCode() ?? 0);
189var hc4 = (uint)(value4?.GetHashCode() ?? 0);
190var hc5 = (uint)(value5?.GetHashCode() ?? 0);
191var hc6 = (uint)(value6?.GetHashCode() ?? 0);
193Initialize(out var v1, out var v2, out var v3, out var v4);
200var hash = MixState(v1, v2, v3, v4);
212var hc1 = (uint)(value1?.GetHashCode() ?? 0);
213var hc2 = (uint)(value2?.GetHashCode() ?? 0);
214var hc3 = (uint)(value3?.GetHashCode() ?? 0);
215var hc4 = (uint)(value4?.GetHashCode() ?? 0);
216var hc5 = (uint)(value5?.GetHashCode() ?? 0);
217var hc6 = (uint)(value6?.GetHashCode() ?? 0);
218var hc7 = (uint)(value7?.GetHashCode() ?? 0);
220Initialize(out var v1, out var v2, out var v3, out var v4);
227var hash = MixState(v1, v2, v3, v4);
240var hc1 = (uint)(value1?.GetHashCode() ?? 0);
241var hc2 = (uint)(value2?.GetHashCode() ?? 0);
242var hc3 = (uint)(value3?.GetHashCode() ?? 0);
243var hc4 = (uint)(value4?.GetHashCode() ?? 0);
244var hc5 = (uint)(value5?.GetHashCode() ?? 0);
245var hc6 = (uint)(value6?.GetHashCode() ?? 0);
246var hc7 = (uint)(value7?.GetHashCode() ?? 0);
247var hc8 = (uint)(value8?.GetHashCode() ?? 0);
249Initialize(out var v1, out var v2, out var v3, out var v4);
261var hash = MixState(v1, v2, v3, v4);
344var val = (uint)value;
348var previousLength = _length++;
349var position = previousLength % 4;
381var length = _length;
386var position = length % 4;
391var hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3, _v4);
Text.Analyzers (70)
src\RoslynAnalyzers\Utilities\Compiler\RoslynHashCode.cs (70)
96var hc1 = (uint)(value1?.GetHashCode() ?? 0);
98var hash = MixEmptyState();
109var hc1 = (uint)(value1?.GetHashCode() ?? 0);
110var hc2 = (uint)(value2?.GetHashCode() ?? 0);
112var hash = MixEmptyState();
124var hc1 = (uint)(value1?.GetHashCode() ?? 0);
125var hc2 = (uint)(value2?.GetHashCode() ?? 0);
126var hc3 = (uint)(value3?.GetHashCode() ?? 0);
128var hash = MixEmptyState();
141var hc1 = (uint)(value1?.GetHashCode() ?? 0);
142var hc2 = (uint)(value2?.GetHashCode() ?? 0);
143var hc3 = (uint)(value3?.GetHashCode() ?? 0);
144var hc4 = (uint)(value4?.GetHashCode() ?? 0);
146Initialize(out var v1, out var v2, out var v3, out var v4);
153var hash = MixState(v1, v2, v3, v4);
162var hc1 = (uint)(value1?.GetHashCode() ?? 0);
163var hc2 = (uint)(value2?.GetHashCode() ?? 0);
164var hc3 = (uint)(value3?.GetHashCode() ?? 0);
165var hc4 = (uint)(value4?.GetHashCode() ?? 0);
166var hc5 = (uint)(value5?.GetHashCode() ?? 0);
168Initialize(out var v1, out var v2, out var v3, out var v4);
175var hash = MixState(v1, v2, v3, v4);
186var hc1 = (uint)(value1?.GetHashCode() ?? 0);
187var hc2 = (uint)(value2?.GetHashCode() ?? 0);
188var hc3 = (uint)(value3?.GetHashCode() ?? 0);
189var hc4 = (uint)(value4?.GetHashCode() ?? 0);
190var hc5 = (uint)(value5?.GetHashCode() ?? 0);
191var hc6 = (uint)(value6?.GetHashCode() ?? 0);
193Initialize(out var v1, out var v2, out var v3, out var v4);
200var hash = MixState(v1, v2, v3, v4);
212var hc1 = (uint)(value1?.GetHashCode() ?? 0);
213var hc2 = (uint)(value2?.GetHashCode() ?? 0);
214var hc3 = (uint)(value3?.GetHashCode() ?? 0);
215var hc4 = (uint)(value4?.GetHashCode() ?? 0);
216var hc5 = (uint)(value5?.GetHashCode() ?? 0);
217var hc6 = (uint)(value6?.GetHashCode() ?? 0);
218var hc7 = (uint)(value7?.GetHashCode() ?? 0);
220Initialize(out var v1, out var v2, out var v3, out var v4);
227var hash = MixState(v1, v2, v3, v4);
240var hc1 = (uint)(value1?.GetHashCode() ?? 0);
241var hc2 = (uint)(value2?.GetHashCode() ?? 0);
242var hc3 = (uint)(value3?.GetHashCode() ?? 0);
243var hc4 = (uint)(value4?.GetHashCode() ?? 0);
244var hc5 = (uint)(value5?.GetHashCode() ?? 0);
245var hc6 = (uint)(value6?.GetHashCode() ?? 0);
246var hc7 = (uint)(value7?.GetHashCode() ?? 0);
247var hc8 = (uint)(value8?.GetHashCode() ?? 0);
249Initialize(out var v1, out var v2, out var v3, out var v4);
261var hash = MixState(v1, v2, v3, v4);
344var val = (uint)value;
348var previousLength = _length++;
349var position = previousLength % 4;
381var length = _length;
386var position = length % 4;
391var hash = length < 4 ? MixEmptyState() : MixState(_v1, _v2, _v3, _v4);
TlsFeaturesObserve (2)
UIAutomationClientSideProviders (14)
UIAutomationTypes (1)
vbc (1)
VBCSCompiler (1)