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