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