2 writes to imi_SqlGeography_STGeometryN
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1191this.imi_SqlGeography_STGeometryN = new Singleton<MethodInfo>(() => { MethodInfo result = FindSqlGeographyMethod("STGeometryN", typeof(int)); Debug.Assert(result != null, "Could not retrieve MethodInfo for SqlGeography member STGeometryN"); return result; }); 1306this.imi_SqlGeography_STGeometryN = from.imi_SqlGeography_STGeometryN;
2 references to imi_SqlGeography_STGeometryN
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
317object result = imi_SqlGeography_STGeometryN.Value.Invoke(sqlGeographyValue, new object[] { nValue }); 1306this.imi_SqlGeography_STGeometryN = from.imi_SqlGeography_STGeometryN;