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