105 references to Add
Aspire.Dashboard (4)
Otlp\Model\OtlpApplication.cs (2)
351
hashCode.
Add
(StringComparers.OtlpAttribute.GetHashCode(obj[i].Key));
352
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.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.Build (4)
Evaluation\Evaluator.cs (4)
1905
hash.
Add
(property.Key);
1906
hash.
Add
(property.Value);
1918
hash.
Add
(item.Key);
1919
hash.
Add
(item.Value);
Microsoft.Extensions.Compliance.Abstractions (1)
Classification\DataClassificationSet.cs (1)
157
hash.
Add
(item);
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.Net.Quic (36)
System\Net\Quic\Internal\MsQuicConfiguration.Cache.cs (3)
105
hash.
Add
(Flags);
106
hash.
Add
(Settings);
113
hash.
Add
(AllowedCipherSuites);
System\Net\Quic\Interop\QUIC_SETTINGS.IEquattable.cs (33)
54
hash.
Add
(Anonymous1.IsSetFlags);
55
hash.
Add
(MaxBytesPerKey);
56
hash.
Add
(HandshakeIdleTimeoutMs);
57
hash.
Add
(IdleTimeoutMs);
58
hash.
Add
(MtuDiscoverySearchCompleteTimeoutUs);
59
hash.
Add
(TlsClientMaxSendBuffer);
60
hash.
Add
(TlsServerMaxSendBuffer);
61
hash.
Add
(StreamRecvWindowDefault);
62
hash.
Add
(StreamRecvBufferDefault);
63
hash.
Add
(ConnFlowControlWindow);
64
hash.
Add
(MaxWorkerQueueDelayUs);
65
hash.
Add
(MaxStatelessOperations);
66
hash.
Add
(InitialWindowPackets);
67
hash.
Add
(SendIdleTimeoutMs);
68
hash.
Add
(InitialRttMs);
69
hash.
Add
(MaxAckDelayMs);
70
hash.
Add
(DisconnectTimeoutMs);
71
hash.
Add
(KeepAliveIntervalMs);
72
hash.
Add
(CongestionControlAlgorithm);
73
hash.
Add
(PeerBidiStreamCount);
74
hash.
Add
(PeerUnidiStreamCount);
75
hash.
Add
(MaxBindingStatelessOperations);
76
hash.
Add
(StatelessOperationExpirationMs);
77
hash.
Add
(MinimumMtu);
78
hash.
Add
(MaximumMtu);
79
hash.
Add
(_bitfield);
80
hash.
Add
(MaxOperationsPerDrain);
81
hash.
Add
(MtuDiscoveryMissingProbeCount);
82
hash.
Add
(DestCidUpdateIdleTimeoutMs);
83
hash.
Add
(Anonymous2.Flags);
84
hash.
Add
(StreamRecvWindowBidiLocalDefault);
85
hash.
Add
(StreamRecvWindowBidiRemoteDefault);
86
hash.
Add
(StreamRecvWindowUnidiDefault);
System.Net.Security (2)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (2)
83
hash.
Add
(IsClient);
85
hash.
Add
(SslProtocols);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Array.cs (1)
762
hashCode.
Add
(comparer.GetHashCode(GetValue(i)!));
src\System\ValueType.cs (1)
112
hashCode.
Add
((IntPtr)pMT);
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)
596
hc.
Add
(value);
601
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);