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