105 references to Add
Aspire.Dashboard (4)
Otlp\Model\OtlpApplication.cs (2)
351hashCode.Add(StringComparers.OtlpAttribute.GetHashCode(obj[i].Key)); 352hashCode.Add(StringComparers.OtlpAttribute.GetHashCode(obj[i].Value));
Otlp\Model\OtlpInstrument.cs (2)
146hashcode.Add(pair.Key); 147hashcode.Add(pair.Value);
illink (1)
Microsoft.AspNetCore.Components (1)
Routing\RouteTableFactory.cs (1)
347hashCode.Add(obj.Precedence);
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (5)
ConverterTests\JsonElementComparer.cs (5)
108hash.Add(obj.ValueKind); 119hash.Add(obj.GetRawText()); 123hash.Add(obj.GetString()); 136hash.Add(obj.GetArrayLength()); 144hash.Add(property.Name);
Microsoft.AspNetCore.Mvc.Abstractions (5)
ModelBinding\Metadata\ModelMetadataIdentity.cs (5)
202hash.Add(ContainerType); 203hash.Add(ModelType); 205hash.Add(ParameterInfo); 206hash.Add(PropertyInfo); 207hash.Add(ConstructorInfo);
Microsoft.AspNetCore.Mvc.Core (1)
Routing\AttributeRoute.cs (1)
281hash.Add(obj.Order);
Microsoft.AspNetCore.Mvc.Razor (3)
RazorPageActivator.cs (2)
125hashCode.Add(PageType); 128hashCode.Add(ProvidedModelType);
ViewLocationCacheKey.cs (1)
130hashCode.Add(IsMainPage ? 1 : 0);
Microsoft.AspNetCore.Mvc.TagHelpers (7)
Cache\CacheTagKey.cs (7)
247hashCode.Add(_expiresAfter); 248hashCode.Add(_expiresOn); 249hashCode.Add(_expiresSliding); 252hashCode.Add(_requestCulture); 253hashCode.Add(_requestUICulture); 339hashCode.Add(item.Key); 340hashCode.Add(item.Value);
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
MemberExpressionCacheKeyComparer.cs (2)
40hashCode.Add(obj.ModelType); 44hashCode.Add(member);
Microsoft.AspNetCore.Razor (2)
TagHelpers\TagHelperAttribute.cs (2)
222hashCode.Add(Value); 225hashCode.Add(ValueStyle);
Microsoft.AspNetCore.Routing (1)
Matching\HttpMethodMatcherPolicy.cs (1)
488hash.Add(IsCorsPreflightRequest ? 1 : 0);
Microsoft.Build (4)
Evaluation\Evaluator.cs (4)
1905hash.Add(property.Key); 1906hash.Add(property.Value); 1918hash.Add(item.Key); 1919hash.Add(item.Value);
Microsoft.Extensions.Compliance.Abstractions (1)
Classification\DataClassificationSet.cs (1)
157hash.Add(item);
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\ActivityLink.netcoreapp.cs (3)
19hashCode.Add(Context); 24hashCode.Add(kvp.Key); 25hashCode.Add(kvp.Value);
System\Diagnostics\Metrics\ObjectSequence.netcore.cs (1)
55h.Add(_values[i]);
System\Diagnostics\Metrics\StringSequence.netcore.cs (1)
50h.Add(_values[i]);
System.Net.Quic (36)
System\Net\Quic\Internal\MsQuicConfiguration.Cache.cs (3)
105hash.Add(Flags); 106hash.Add(Settings); 113hash.Add(AllowedCipherSuites);
System\Net\Quic\Interop\QUIC_SETTINGS.IEquattable.cs (33)
54hash.Add(Anonymous1.IsSetFlags); 55hash.Add(MaxBytesPerKey); 56hash.Add(HandshakeIdleTimeoutMs); 57hash.Add(IdleTimeoutMs); 58hash.Add(MtuDiscoverySearchCompleteTimeoutUs); 59hash.Add(TlsClientMaxSendBuffer); 60hash.Add(TlsServerMaxSendBuffer); 61hash.Add(StreamRecvWindowDefault); 62hash.Add(StreamRecvBufferDefault); 63hash.Add(ConnFlowControlWindow); 64hash.Add(MaxWorkerQueueDelayUs); 65hash.Add(MaxStatelessOperations); 66hash.Add(InitialWindowPackets); 67hash.Add(SendIdleTimeoutMs); 68hash.Add(InitialRttMs); 69hash.Add(MaxAckDelayMs); 70hash.Add(DisconnectTimeoutMs); 71hash.Add(KeepAliveIntervalMs); 72hash.Add(CongestionControlAlgorithm); 73hash.Add(PeerBidiStreamCount); 74hash.Add(PeerUnidiStreamCount); 75hash.Add(MaxBindingStatelessOperations); 76hash.Add(StatelessOperationExpirationMs); 77hash.Add(MinimumMtu); 78hash.Add(MaximumMtu); 79hash.Add(_bitfield); 80hash.Add(MaxOperationsPerDrain); 81hash.Add(MtuDiscoveryMissingProbeCount); 82hash.Add(DestCidUpdateIdleTimeoutMs); 83hash.Add(Anonymous2.Flags); 84hash.Add(StreamRecvWindowBidiLocalDefault); 85hash.Add(StreamRecvWindowBidiRemoteDefault); 86hash.Add(StreamRecvWindowUnidiDefault);
System.Net.Security (2)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (2)
83hash.Add(IsClient); 85hash.Add(SslProtocols);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Array.cs (1)
762hashCode.Add(comparer.GetHashCode(GetValue(i)!));
src\System\ValueType.cs (1)
112hashCode.Add((IntPtr)pMT);
System.Runtime.Numerics (1)
System\Numerics\BigInteger.cs (1)
1093hash.Add(_sign);
System.Text.Json (2)
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (2)
596hc.Add(value); 601hc.Add(RuntimeHelpers.GetHashCode(value));
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\BitVector.cs (1)
179hc.Add(Length);
System.Windows.Forms (19)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (12)
487hash.Add(Alignment); 488hash.Add(WrapMode); 489hash.Add(Padding); 490hash.Add(Format); 491hash.Add(BackColor); 492hash.Add(ForeColor); 493hash.Add(SelectionBackColor); 494hash.Add(SelectionForeColor); 495hash.Add(Font); 496hash.Add(NullValue); 497hash.Add(DataSourceNullValue); 498hash.Add(Tag);
System\Windows\Forms\Layout\ArrangedElementCollection.cs (1)
47hash.Add(o);
System\Windows\Forms\Layout\TableLayout.LayoutInfo.cs (6)
69hash.Add(RowStart); 70hash.Add(ColumnStart); 71hash.Add(RowSpan); 72hash.Add(ColumnSpan); 73hash.Add(RowPosition); 74hash.Add(ColumnPosition);