2 writes to smi_SqlGeometry_Parse
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1203
this.
smi_SqlGeometry_Parse
= new Singleton<MethodInfo>(() => { MethodInfo result = FindSqlGeometryStaticMethod("Parse", SqlTypes.SqlStringType); Debug.Assert(result != null, "Could not retrieve MethodInfo for SqlGeometry member Parse"); return result; });
1318
this.
smi_SqlGeometry_Parse
= from.smi_SqlGeometry_Parse;
2 references to smi_SqlGeometry_Parse
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
412
object result =
smi_SqlGeometry_Parse
.Value.Invoke(null, new object[] { sqlGeometryText });
1318
this.smi_SqlGeometry_Parse = from.
smi_SqlGeometry_Parse
;