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