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