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