Home
last modified time | relevance | path

Searched refs:routeNotes (Results 1 – 1 of 1) sorted by relevance

/third_party/grpc/examples/csharp/RouteGuide/RouteGuideServer/
DRouteGuideImpl.cs35 … readonly Dictionary<Point, List<RouteNote>> routeNotes = new Dictionary<Point, List<RouteNote>>(); field in Routeguide.RouteGuideImpl
127 if (!routeNotes.TryGetValue(location, out notes)) { in AddNoteForLocation()
129 routeNotes.Add(location, notes); in AddNoteForLocation()