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