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