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