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