2 writes to Y
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
Binding\FormDataMapperTests.cs (2)
238
var expected = new Point { X = 1,
Y
= 1 };
2254
result.
Y
= int.Parse(components[1], provider);
3 references to Y
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
Binding\FormDataMapperTests.cs (3)
2276
public bool Equals(Point other) => other is not null && X == other.X &&
Y
== other.
Y
;
2278
public override int GetHashCode() => HashCode.Combine(X,
Y
);