2 writes to smi_SqlGeometry_Parse
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1203this.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; }); 1318this.smi_SqlGeometry_Parse = from.smi_SqlGeometry_Parse;
2 references to smi_SqlGeometry_Parse
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
412object result = smi_SqlGeometry_Parse.Value.Invoke(null, new object[] { sqlGeometryText }); 1318this.smi_SqlGeometry_Parse = from.smi_SqlGeometry_Parse;