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