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