2 writes to imi_SqlGeometry_STContains
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1238this.imi_SqlGeometry_STContains = new Singleton<MethodInfo>(() => { MethodInfo result = FindSqlGeometryMethod("STContains", SqlTypes.SqlGeometryType); Debug.Assert(result != null, "Could not retrieve MethodInfo for SqlGeometry member STContains"); return result; }); 1353this.imi_SqlGeometry_STContains = from.imi_SqlGeometry_STContains;
2 references to imi_SqlGeometry_STContains
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
696object result = imi_SqlGeometry_STContains.Value.Invoke(sqlGeometryValue1, new object[] { sqlGeometryValue2 }); 1353this.imi_SqlGeometry_STContains = from.imi_SqlGeometry_STContains;