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