2 writes to imi_SqlGeometry_STConvexHull
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1243
this.
imi_SqlGeometry_STConvexHull
= new Singleton<MethodInfo>(() => { MethodInfo result = FindSqlGeometryMethod("STConvexHull"); Debug.Assert(result != null, "Could not retrieve MethodInfo for SqlGeometry member STConvexHull"); return result; });
1358
this.
imi_SqlGeometry_STConvexHull
= from.imi_SqlGeometry_STConvexHull;
2 references to imi_SqlGeometry_STConvexHull
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
739
object result =
imi_SqlGeometry_STConvexHull
.Value.Invoke(sqlGeometryValue, new object[] { });
1358
this.imi_SqlGeometry_STConvexHull = from.
imi_SqlGeometry_STConvexHull
;