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