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