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