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