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