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