2 writes to smi_SqlGeography_STLineFromText
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1159this.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; }); 1274this.smi_SqlGeography_STLineFromText = from.smi_SqlGeography_STLineFromText;
2 references to smi_SqlGeography_STLineFromText
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
53object result = smi_SqlGeography_STLineFromText.Value.Invoke(null, new object[] { sqlLineText, srid }); 1274this.smi_SqlGeography_STLineFromText = from.smi_SqlGeography_STLineFromText;