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