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