2 writes to ipi_SqlGeography_M
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1195this.ipi_SqlGeography_M = new Singleton<PropertyInfo>(() => { PropertyInfo result = FindSqlGeographyProperty("M"); Debug.Assert(result != null, "Could not retrieve PropertyInfo for SqlGeography member M"); return result; }); 1310this.ipi_SqlGeography_M = from.ipi_SqlGeography_M;
2 references to ipi_SqlGeography_M
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
349object result = ipi_SqlGeography_M.Value.GetValue(sqlGeographyValue, null); 1310this.ipi_SqlGeography_M = from.ipi_SqlGeography_M;