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