2 writes to smi_SqlGeometry_STPointFromWKB
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1213
this.
smi_SqlGeometry_STPointFromWKB
= new Singleton<MethodInfo>(() => { MethodInfo result = FindSqlGeometryStaticMethod("STPointFromWKB", SqlTypes.SqlBytesType, typeof(int)); Debug.Assert(result != null, "Could not retrieve MethodInfo for SqlGeometry member STPointFromWKB"); return result; });
1328
this.
smi_SqlGeometry_STPointFromWKB
= from.smi_SqlGeometry_STPointFromWKB;
2 references to smi_SqlGeometry_STPointFromWKB
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
489
object result =
smi_SqlGeometry_STPointFromWKB
.Value.Invoke(null, new object[] { sqlPointBytes, srid });
1328
this.smi_SqlGeometry_STPointFromWKB = from.
smi_SqlGeometry_STPointFromWKB
;