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