2 writes to imi_SqlGeography_STIntersects
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1183this.imi_SqlGeography_STIntersects = new Singleton<MethodInfo>(() => { MethodInfo result = FindSqlGeographyMethod("STIntersects", SqlTypes.SqlGeographyType); Debug.Assert(result != null, "Could not retrieve MethodInfo for SqlGeography member STIntersects"); return result; }); 1298this.imi_SqlGeography_STIntersects = from.imi_SqlGeography_STIntersects;
2 references to imi_SqlGeography_STIntersects
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
248object result = imi_SqlGeography_STIntersects.Value.Invoke(sqlGeographyValue1, new object[] { sqlGeographyValue2 }); 1298this.imi_SqlGeography_STIntersects = from.imi_SqlGeography_STIntersects;