2 writes to imi_SqlGeometry_STWithin
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1237this.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; }); 1352this.imi_SqlGeometry_STWithin = from.imi_SqlGeometry_STWithin;
2 references to imi_SqlGeometry_STWithin
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
687object result = imi_SqlGeometry_STWithin.Value.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 }); 1352this.imi_SqlGeometry_STWithin = from.imi_SqlGeometry_STWithin;