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