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