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