I have a map service and when I call
await MyLayer.HitTestAsync(MyMapView, screenPoint)
with a point feature layer everything works. When I switch to a polyline feature layer I get a popup message box that vshost32.exe has stopped working and I cannot debug from my visual studio window and the app crashes.
Does HitTestAsync support polylines?