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