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