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