2 writes to imi_SqlGeography_STEquals
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1181this.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; }); 1296this.imi_SqlGeography_STEquals = from.imi_SqlGeography_STEquals;
2 references to imi_SqlGeography_STEquals
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
230object result = imi_SqlGeography_STEquals.Value.Invoke(sqlGeographyValue1, new object[] { sqlGeographyValue2 }); 1296this.imi_SqlGeography_STEquals = from.imi_SqlGeography_STEquals;