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