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