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