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