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