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