2 writes to imi_SqlGeometry_STEnvelope
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1224
this.
imi_SqlGeometry_STEnvelope
= new Singleton<MethodInfo>(() => { MethodInfo result = FindSqlGeometryMethod("STEnvelope"); Debug.Assert(result != null, "Could not retrieve MethodInfo for SqlGeometry member STEnvelope"); return result; });
1339
this.
imi_SqlGeometry_STEnvelope
= from.imi_SqlGeometry_STEnvelope;
2 references to imi_SqlGeometry_STEnvelope
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
577
object result =
imi_SqlGeometry_STEnvelope
.Value.Invoke(sqlGeometryValue, new object[] { });
1339
this.imi_SqlGeometry_STEnvelope = from.
imi_SqlGeometry_STEnvelope
;