2 writes to smi_SqlGeometry_GeomFromGml
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1220
this.
smi_SqlGeometry_GeomFromGml
= new Singleton<MethodInfo>(() => { MethodInfo result = FindSqlGeometryStaticMethod("GeomFromGml", SqlTypes.SqlXmlType, typeof(int)); Debug.Assert(result != null, "Could not retrieve MethodInfo for SqlGeometry member GeomFromGml"); return result; });
1335
this.
smi_SqlGeometry_GeomFromGml
= from.smi_SqlGeometry_GeomFromGml;
3 references to smi_SqlGeometry_GeomFromGml
System.Data.Entity (3)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (3)
538
object result =
smi_SqlGeometry_GeomFromGml
.Value.Invoke(null, new object[] { sqlGeometryGml, 0 });
545
object result =
smi_SqlGeometry_GeomFromGml
.Value.Invoke(null, new object[] { sqlGeometryGml, srid });
1335
this.smi_SqlGeometry_GeomFromGml = from.
smi_SqlGeometry_GeomFromGml
;