2 writes to smi_SqlGeography_STPolyFromWKB
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1168this.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; }); 1283this.smi_SqlGeography_STPolyFromWKB = from.smi_SqlGeography_STPolyFromWKB;
2 references to smi_SqlGeography_STPolyFromWKB
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
123object result = smi_SqlGeography_STPolyFromWKB.Value.Invoke(null, new object[] { sqlPolygonBytes, srid }); 1283this.smi_SqlGeography_STPolyFromWKB = from.smi_SqlGeography_STPolyFromWKB;