2 writes to smi_SqlGeometry_GeomFromGml
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1220this.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; }); 1335this.smi_SqlGeometry_GeomFromGml = from.smi_SqlGeometry_GeomFromGml;
3 references to smi_SqlGeometry_GeomFromGml
System.Data.Entity (3)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (3)
538object result = smi_SqlGeometry_GeomFromGml.Value.Invoke(null, new object[] { sqlGeometryGml, 0 }); 545object result = smi_SqlGeometry_GeomFromGml.Value.Invoke(null, new object[] { sqlGeometryGml, srid }); 1335this.smi_SqlGeometry_GeomFromGml = from.smi_SqlGeometry_GeomFromGml;