2 references to Distance
System.Data.Entity (2)
System\Data\Objects\ELinq\SpatialMethodCallTranslator.cs (2)
91
yield return GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.
Distance
(default(System.Data.Spatial.DbGeography)));
171
result.Add(GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.
Distance
(default(System.Data.Spatial.DbGeography))), "Distance");