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