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