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