2 writes to imi_SqlGeography_STDifference
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1188
this.
imi_SqlGeography_STDifference
= new Singleton<MethodInfo>(() => { MethodInfo result = FindSqlGeographyMethod("STDifference", SqlTypes.SqlGeographyType); Debug.Assert(result != null, "Could not retrieve MethodInfo for SqlGeography member STDifference"); return result; });
1303
this.
imi_SqlGeography_STDifference
= from.imi_SqlGeography_STDifference;
2 references to imi_SqlGeography_STDifference
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
292
object result =
imi_SqlGeography_STDifference
.Value.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 });
1303
this.imi_SqlGeography_STDifference = from.
imi_SqlGeography_STDifference
;