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