2 writes to imi_SqlGeography_STLength
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1196
this.
imi_SqlGeography_STLength
= new Singleton<MethodInfo>(() => { MethodInfo result = FindSqlGeographyMethod("STLength"); Debug.Assert(result != null, "Could not retrieve MethodInfo for SqlGeography member STLength"); return result; });
1311
this.
imi_SqlGeography_STLength
= from.imi_SqlGeography_STLength;
2 references to imi_SqlGeography_STLength
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
357
object result =
imi_SqlGeography_STLength
.Value.Invoke(sqlGeographyValue, new object[] { });
1311
this.imi_SqlGeography_STLength = from.
imi_SqlGeography_STLength
;