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