Searched refs:routeNotes (Results 1 – 2 of 2) sorted by relevance
35 … readonly Dictionary<Point, List<RouteNote>> routeNotes = new Dictionary<Point, List<RouteNote>>(); field in Routeguide.RouteGuideImpl127 if (!routeNotes.TryGetValue(location, out notes)) { in AddNoteForLocation()129 routeNotes.Add(location, notes); in AddNoteForLocation()
114 private final ConcurrentMap<Point, List<RouteNote>> routeNotes = field in RouteGuideServer.RouteGuideService247 List<RouteNote> prevNotes = routeNotes.putIfAbsent(location, notes);