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