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