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