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