2 writes to smi_SqlGeography_STGeomFromText
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1157this.smi_SqlGeography_STGeomFromText = new Singleton<MethodInfo>(() => { MethodInfo result = FindSqlGeographyStaticMethod("STGeomFromText", SqlTypes.SqlCharsType, typeof(int)); Debug.Assert(result != null, "Could not retrieve MethodInfo for SqlGeography member STGeomFromText"); return result; }); 1272this.smi_SqlGeography_STGeomFromText = from.smi_SqlGeography_STGeomFromText;
2 references to smi_SqlGeography_STGeomFromText
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
39object result = smi_SqlGeography_STGeomFromText.Value.Invoke(null, new object[] { sqlGeographyText, srid }); 1272this.smi_SqlGeography_STGeomFromText = from.smi_SqlGeography_STGeomFromText;