2 writes to imi_SqlGeography_STStartPoint
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1197
this.
imi_SqlGeography_STStartPoint
= new Singleton<MethodInfo>(() => { MethodInfo result = FindSqlGeographyMethod("STStartPoint"); Debug.Assert(result != null, "Could not retrieve MethodInfo for SqlGeography member STStartPoint"); return result; });
1312
this.
imi_SqlGeography_STStartPoint
= from.imi_SqlGeography_STStartPoint;
2 references to imi_SqlGeography_STStartPoint
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
365
object result =
imi_SqlGeography_STStartPoint
.Value.Invoke(sqlGeographyValue, new object[] { });
1312
this.imi_SqlGeography_STStartPoint = from.
imi_SqlGeography_STStartPoint
;