87 references to Add
Aspire.Dashboard (4)
Otlp\Model\OtlpApplication.cs (2)
359
hashCode.
Add
(StringComparers.OtlpAttribute.GetHashCode(obj[i].Key));
360
hashCode.
Add
(StringComparers.OtlpAttribute.GetHashCode(obj[i].Value));
Otlp\Model\OtlpInstrument.cs (2)
146
hashcode.
Add
(pair.Key);
147
hashcode.
Add
(pair.Value);
illink (1)
Linker.Dataflow\ValueNode.cs (1)
31
hashCode.
Add
(item.GetHashCode());
Microsoft.AspNetCore.Components (1)
Routing\RouteTableFactory.cs (1)
347
hashCode.
Add
(obj.Precedence);
Microsoft.AspNetCore.Components.Endpoints (3)
Discovery\PageComponentBuilder.cs (3)
72
hash.
Add
(AssemblyName);
77
hash.
Add
(RouteTemplates[i]);
80
hash.
Add
(PageType);
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (5)
ConverterTests\JsonElementComparer.cs (5)
108
hash.
Add
(obj.ValueKind);
119
hash.
Add
(obj.GetRawText());
123
hash.
Add
(obj.GetString());
136
hash.
Add
(obj.GetArrayLength());
144
hash.
Add
(property.Name);
Microsoft.AspNetCore.Mvc.Abstractions (5)
ModelBinding\Metadata\ModelMetadataIdentity.cs (5)
202
hash.
Add
(ContainerType);
203
hash.
Add
(ModelType);
205
hash.
Add
(ParameterInfo);
206
hash.
Add
(PropertyInfo);
207
hash.
Add
(ConstructorInfo);
Microsoft.AspNetCore.Mvc.Core (1)
Routing\AttributeRoute.cs (1)
281
hash.
Add
(obj.Order);
Microsoft.AspNetCore.Mvc.Razor (3)
RazorPageActivator.cs (2)
125
hashCode.
Add
(PageType);
128
hashCode.
Add
(ProvidedModelType);
ViewLocationCacheKey.cs (1)
130
hashCode.
Add
(IsMainPage ? 1 : 0);
Microsoft.AspNetCore.Mvc.TagHelpers (7)
Cache\CacheTagKey.cs (7)
247
hashCode.
Add
(_expiresAfter);
248
hashCode.
Add
(_expiresOn);
249
hashCode.
Add
(_expiresSliding);
252
hashCode.
Add
(_requestCulture);
253
hashCode.
Add
(_requestUICulture);
339
hashCode.
Add
(item.Key);
340
hashCode.
Add
(item.Value);
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
MemberExpressionCacheKeyComparer.cs (2)
40
hashCode.
Add
(obj.ModelType);
44
hashCode.
Add
(member);
Microsoft.AspNetCore.Razor (2)
TagHelpers\TagHelperAttribute.cs (2)
222
hashCode.
Add
(Value);
225
hashCode.
Add
(ValueStyle);
Microsoft.AspNetCore.Routing (1)
Matching\HttpMethodMatcherPolicy.cs (1)
488
hash.
Add
(IsCorsPreflightRequest ? 1 : 0);
Microsoft.DotNet.Build.Tasks.Feed (11)
src\model\TargetChannelConfig.cs (11)
129
hash.
Add
(PublishingInfraVersion);
130
hash.
Add
(Id);
131
hash.
Add
(IsInternal);
134
hash.
Add
(akaMSChannelName);
138
hash.
Add
(akaMSCreateLinkPatterns.ToString());
142
hash.
Add
(akaMSDoNotCreateLinkPatterns.ToString());
146
hash.
Add
(feedSpec);
148
hash.
Add
(SymbolTargetType);
149
hash.
Add
(Flatten);
211
hash.
Add
(t);
213
hash.
Add
(FeedUrl);
Microsoft.Extensions.Compliance.Abstractions (1)
Classification\DataClassificationSet.cs (1)
157
hash.
Add
(item);
Microsoft.Extensions.ServiceDiscovery.Dns (1)
Resolver\EncodedDomainName.cs (1)
66
hash.
Add
((byte)char.ToLower((char)b));
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\ActivityLink.netcoreapp.cs (3)
19
hashCode.
Add
(Context);
24
hashCode.
Add
(kvp.Key);
25
hashCode.
Add
(kvp.Value);
System\Diagnostics\Metrics\ObjectSequence.netcore.cs (1)
55
h.
Add
(_values[i]);
System\Diagnostics\Metrics\StringSequence.netcore.cs (1)
50
h.
Add
(_values[i]);
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Array.cs (1)
1149
hashCode.
Add
(comparer.GetHashCode(GetValue(i)!));
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
744
hashCode.
Add
(value);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128_1.cs (1)
435
hashCode.
Add
(value);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256_1.cs (1)
424
hashCode.
Add
(value);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
424
hashCode.
Add
(value);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
492
hashCode.
Add
(value);
src\System\ValueType.cs (5)
112
hashCode.
Add
((IntPtr)pMT);
126
hashCode.
Add
(Unsafe.As<byte, object>(ref Unsafe.AddByteOffset(ref rawData, fieldOffset)).GetHashCode());
130
hashCode.
Add
(Unsafe.As<byte, double>(ref Unsafe.AddByteOffset(ref rawData, fieldOffset)).GetHashCode());
134
hashCode.
Add
(Unsafe.As<byte, float>(ref Unsafe.AddByteOffset(ref rawData, fieldOffset)).GetHashCode());
145
hashCode.
Add
(RuntimeHelpers.Box(fieldMT, ref Unsafe.AddByteOffset(ref rawData, fieldOffset))?.GetHashCode() ?? 0);
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
1093
hash.
Add
(_sign);
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (2)
598
hc.
Add
(value);
603
hc.
Add
(RuntimeHelpers.GetHashCode(value));
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\BitVector.cs (1)
179
hc.
Add
(Length);
System.Windows.Forms (19)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (12)
487
hash.
Add
(Alignment);
488
hash.
Add
(WrapMode);
489
hash.
Add
(Padding);
490
hash.
Add
(Format);
491
hash.
Add
(BackColor);
492
hash.
Add
(ForeColor);
493
hash.
Add
(SelectionBackColor);
494
hash.
Add
(SelectionForeColor);
495
hash.
Add
(Font);
496
hash.
Add
(NullValue);
497
hash.
Add
(DataSourceNullValue);
498
hash.
Add
(Tag);
System\Windows\Forms\Layout\ArrangedElementCollection.cs (1)
47
hash.
Add
(o);
System\Windows\Forms\Layout\TableLayout.LayoutInfo.cs (6)
69
hash.
Add
(RowStart);
70
hash.
Add
(ColumnStart);
71
hash.
Add
(RowSpan);
72
hash.
Add
(ColumnSpan);
73
hash.
Add
(RowPosition);
74
hash.
Add
(ColumnPosition);