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