2 writes to imi_SqlGeometry_STPointN
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1260
this.
imi_SqlGeometry_STPointN
= new Singleton<MethodInfo>(() => { MethodInfo result = FindSqlGeometryMethod("STPointN", typeof(int)); Debug.Assert(result != null, "Could not retrieve MethodInfo for SqlGeometry member STPointN"); return result; });
1375
this.
imi_SqlGeometry_STPointN
= from.imi_SqlGeometry_STPointN;
2 references to imi_SqlGeometry_STPointN
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
879
object result =
imi_SqlGeometry_STPointN
.Value.Invoke(sqlGeometryValue, new object[] { nValue });
1375
this.imi_SqlGeometry_STPointN = from.
imi_SqlGeometry_STPointN
;