2 writes to imi_SqlGeography_STIsClosed
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1199
this.
imi_SqlGeography_STIsClosed
= new Singleton<MethodInfo>(() => { MethodInfo result = FindSqlGeographyMethod("STIsClosed"); Debug.Assert(result != null, "Could not retrieve MethodInfo for SqlGeography member STIsClosed"); return result; });
1314
this.
imi_SqlGeography_STIsClosed
= from.imi_SqlGeography_STIsClosed;
2 references to imi_SqlGeography_STIsClosed
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
381
object result =
imi_SqlGeography_STIsClosed
.Value.Invoke(sqlGeographyValue, new object[] { });
1314
this.imi_SqlGeography_STIsClosed = from.
imi_SqlGeography_STIsClosed
;