2 writes to imi_SqlGeometry_STUnion
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1245this.imi_SqlGeometry_STUnion = new Singleton<MethodInfo>(() => { MethodInfo result = FindSqlGeometryMethod("STUnion", SqlTypes.SqlGeometryType); Debug.Assert(result != null, "Could not retrieve MethodInfo for SqlGeometry member STUnion"); return result; }); 1360this.imi_SqlGeometry_STUnion = from.imi_SqlGeometry_STUnion;
2 references to imi_SqlGeometry_STUnion
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
757object result = imi_SqlGeometry_STUnion.Value.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 }); 1360this.imi_SqlGeometry_STUnion = from.imi_SqlGeometry_STUnion;