Base:
method
GetHashCode
System.ValueType.GetHashCode()
96 references to GetHashCode
Microsoft.Analyzers.Local (1)
ApiLifecycle\Json\JsonValue.cs (1)
589
^ _value.
GetHashCode
()
Microsoft.CodeAnalysis (2)
ConstantValueSpecialized.cs (2)
941
return Hash.Combine(base.GetHashCode(), _value.
GetHashCode
());
987
return Hash.Combine(base.GetHashCode(), _value.
GetHashCode
());
Microsoft.Maui (9)
Primitives\CornerRadius.cs (4)
66
int hashCode = TopLeft.
GetHashCode
();
67
hashCode = (hashCode * 397) ^ TopRight.
GetHashCode
();
68
hashCode = (hashCode * 397) ^ BottomLeft.
GetHashCode
();
69
hashCode = (hashCode * 397) ^ BottomRight.
GetHashCode
();
Primitives\GridLength.cs (1)
75
return GridUnitType.GetHashCode() * 397 ^ Value.
GetHashCode
();
Primitives\Thickness.cs (4)
83
int hashCode = Left.
GetHashCode
();
84
hashCode = (hashCode * 397) ^ Top.
GetHashCode
();
85
hashCode = (hashCode * 397) ^ Right.
GetHashCode
();
86
hashCode = (hashCode * 397) ^ Bottom.
GetHashCode
();
Microsoft.Maui.Controls (6)
Shapes\Matrix.cs (6)
682
_m11.
GetHashCode
() ^ _m12.
GetHashCode
() ^ _m21.
GetHashCode
() ^ _m22.
GetHashCode
() ^
683
_offsetX.
GetHashCode
() ^ _offsetY.
GetHashCode
() ^ _type.GetHashCode() ^ _padding.GetHashCode();
Microsoft.Maui.Essentials (4)
Barometer\Barometer.shared.cs (1)
164
PressureInHectopascals.
GetHashCode
();
Compass\Compass.shared.cs (1)
240
HeadingMagneticNorth.
GetHashCode
();
Types\Location.shared.cs (2)
266
int hashCode = Latitude.
GetHashCode
();
267
hashCode = (hashCode * 397) ^ Longitude.
GetHashCode
();
Microsoft.Maui.Graphics (8)
Point.cs (2)
67
return X.
GetHashCode
() ^ (Y.
GetHashCode
() * 397);
Rect.cs (4)
61
int hashCode = X.
GetHashCode
();
62
hashCode = (hashCode * 397) ^ Y.
GetHashCode
();
63
hashCode = (hashCode * 397) ^ Width.
GetHashCode
();
64
hashCode = (hashCode * 397) ^ Height.
GetHashCode
();
Size.cs (2)
92
return (Width.
GetHashCode
() * 397) ^ Height.
GetHashCode
();
Microsoft.Maui.Maps (3)
Primitives\Distance.cs (1)
89
return Meters.
GetHashCode
();
Primitives\MapSpan.cs (2)
62
hashCode = (hashCode * 397) ^ LongitudeDegrees.
GetHashCode
();
63
hashCode = (hashCode * 397) ^ LatitudeDegrees.
GetHashCode
();
Microsoft.Net.Http.Headers (1)
StringWithQualityHeaderValue.cs (1)
114
result = result ^ _quality.GetValueOrDefault().
GetHashCode
();
PresentationCore (54)
MS\Internal\FontFace\MatchingStyle.cs (3)
265
return _x.
GetHashCode
() ^ _y.
GetHashCode
() ^ _z.
GetHashCode
();
MS\Internal\Ink\StrokeFIndices.cs (2)
103
return _beginFIndex.
GetHashCode
() ^ _endFIndex.
GetHashCode
();
MS\Internal\Shaping\ShapeTypeface.cs (1)
125
hash = HashFn.HashMultiply(hash) + _scaleInEm.
GetHashCode
();
MS\Internal\TextFormatting\GenericTextProperties.cs (2)
71
^ _emSize.
GetHashCode
()
72
^ _emHintingSize.
GetHashCode
()
System\Windows\Input\Stylus\Common\StylusPoint.cs (2)
581
_x.
GetHashCode
() ^
582
_y.
GetHashCode
() ^
System\Windows\Media\Animation\RepeatBehavior.cs (1)
216
return _iterationCount.
GetHashCode
();
System\Windows\Media\textformatting\MinMaxParagraphWidth.cs (2)
54
return _minWidth.
GetHashCode
() ^ _maxWidth.
GetHashCode
();
System\Windows\Media3D\Generated\Matrix3D.cs (16)
186
return M11.
GetHashCode
() ^
187
M12.
GetHashCode
() ^
188
M13.
GetHashCode
() ^
189
M14.
GetHashCode
() ^
190
M21.
GetHashCode
() ^
191
M22.
GetHashCode
() ^
192
M23.
GetHashCode
() ^
193
M24.
GetHashCode
() ^
194
M31.
GetHashCode
() ^
195
M32.
GetHashCode
() ^
196
M33.
GetHashCode
() ^
197
M34.
GetHashCode
() ^
198
OffsetX.
GetHashCode
() ^
199
OffsetY.
GetHashCode
() ^
200
OffsetZ.
GetHashCode
() ^
201
M44.
GetHashCode
();
System\Windows\Media3D\Generated\Point3D.cs (3)
140
return X.
GetHashCode
() ^
141
Y.
GetHashCode
() ^
142
Z.
GetHashCode
();
System\Windows\Media3D\Generated\Point4D.cs (4)
142
return X.
GetHashCode
() ^
143
Y.
GetHashCode
() ^
144
Z.
GetHashCode
() ^
145
W.
GetHashCode
();
System\Windows\Media3D\Generated\Quaternion.cs (4)
162
return X.
GetHashCode
() ^
163
Y.
GetHashCode
() ^
164
Z.
GetHashCode
() ^
165
W.
GetHashCode
();
System\Windows\Media3D\Generated\Rect3D.cs (6)
159
return X.
GetHashCode
() ^
160
Y.
GetHashCode
() ^
161
Z.
GetHashCode
() ^
162
SizeX.
GetHashCode
() ^
163
SizeY.
GetHashCode
() ^
164
SizeZ.
GetHashCode
();
System\Windows\Media3D\Generated\Size3D.cs (3)
153
return X.
GetHashCode
() ^
154
Y.
GetHashCode
() ^
155
Z.
GetHashCode
();
System\Windows\Media3D\Generated\Vector3D.cs (3)
140
return X.
GetHashCode
() ^
141
Y.
GetHashCode
() ^
142
Z.
GetHashCode
();
System\Windows\Media3D\Quaternion.cs (2)
729
return zero.
GetHashCode
() ^ one.
GetHashCode
();
PresentationFramework (4)
System\Windows\CornerRadius.cs (4)
95
return _topLeft.
GetHashCode
() ^ _topRight.
GetHashCode
() ^ _bottomLeft.
GetHashCode
() ^ _bottomRight.
GetHashCode
();
System.Data.Common (1)
System\Data\SQLTypes\SQLDouble.cs (1)
402
public override int GetHashCode() => IsNull ? 0 : Value.
GetHashCode
();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
830
public override int GetHashCode() => _value.
GetHashCode
();
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\VectorD.cs (2)
447
return (x.
GetHashCode
() ^ y.
GetHashCode
());