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