2 writes to smi_SqlGeography_STLineFromText
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1159
this.
smi_SqlGeography_STLineFromText
= new Singleton<MethodInfo>(() => { MethodInfo result = FindSqlGeographyStaticMethod("STLineFromText", SqlTypes.SqlCharsType, typeof(int)); Debug.Assert(result != null, "Could not retrieve MethodInfo for SqlGeography member STLineFromText"); return result; });
1274
this.
smi_SqlGeography_STLineFromText
= from.smi_SqlGeography_STLineFromText;
2 references to smi_SqlGeography_STLineFromText
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
53
object result =
smi_SqlGeography_STLineFromText
.Value.Invoke(null, new object[] { sqlLineText, srid });
1274
this.smi_SqlGeography_STLineFromText = from.
smi_SqlGeography_STLineFromText
;