2 writes to smi_SqlGeography_STGeomFromWKB
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1165
this.
smi_SqlGeography_STGeomFromWKB
= new Singleton<MethodInfo>(() => { MethodInfo result = FindSqlGeographyStaticMethod("STGeomFromWKB", SqlTypes.SqlBytesType, typeof(int)); Debug.Assert(result != null, "Could not retrieve MethodInfo for SqlGeography member STGeomFromWKB"); return result; });
1280
this.
smi_SqlGeography_STGeomFromWKB
= from.smi_SqlGeography_STGeomFromWKB;
3 references to smi_SqlGeography_STGeomFromWKB
System.Data.Entity (3)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (3)
95
object result =
smi_SqlGeography_STGeomFromWKB
.Value.Invoke(null, new object[] { sqlGeographyBytes, srid });
102
object result =
smi_SqlGeography_STGeomFromWKB
.Value.Invoke(null, new object[] { sqlGeographyBytes, 4326 });
1280
this.smi_SqlGeography_STGeomFromWKB = from.
smi_SqlGeography_STGeomFromWKB
;