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