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