2 writes to Y
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
Binding\FormDataMapperTests.cs (2)
256
var expected = new ValuePoint { X = 1,
Y
= 1 };
2302
result.
Y
= int.Parse(components[1], provider);
3 references to Y
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
Binding\FormDataMapperTests.cs (3)
2324
public bool Equals(ValuePoint other) => X == other.X &&
Y
== other.
Y
;
2326
public override int GetHashCode() => HashCode.Combine(X,
Y
);