2 writes to smi_SqlGeography_STGeomFromWKB
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1165this.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; }); 1280this.smi_SqlGeography_STGeomFromWKB = from.smi_SqlGeography_STGeomFromWKB;
3 references to smi_SqlGeography_STGeomFromWKB
System.Data.Entity (3)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (3)
95object result = smi_SqlGeography_STGeomFromWKB.Value.Invoke(null, new object[] { sqlGeographyBytes, srid }); 102object result = smi_SqlGeography_STGeomFromWKB.Value.Invoke(null, new object[] { sqlGeographyBytes, 4326 }); 1280this.smi_SqlGeography_STGeomFromWKB = from.smi_SqlGeography_STGeomFromWKB;