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