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