2 writes to ipi_SqlGeometry_Z
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1252this.ipi_SqlGeometry_Z = new Singleton<PropertyInfo>(() => { PropertyInfo result = FindSqlGeometryProperty("Z"); Debug.Assert(result != null, "Could not retrieve PropertyInfo for SqlGeometry member Z"); return result; }); 1367this.ipi_SqlGeometry_Z = from.ipi_SqlGeometry_Z;
2 references to ipi_SqlGeometry_Z
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
815object result = ipi_SqlGeometry_Z.Value.GetValue(sqlGeometryValue, null); 1367this.ipi_SqlGeometry_Z = from.ipi_SqlGeometry_Z;