2 writes to imi_SqlGeography_STAsText
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1179this.imi_SqlGeography_STAsText = new Singleton<MethodInfo>(() => { MethodInfo result = FindSqlGeographyMethod("STAsText"); Debug.Assert(result != null, "Could not retrieve MethodInfo for SqlGeography member STAsText"); return result; }); 1294this.imi_SqlGeography_STAsText = from.imi_SqlGeography_STAsText;
2 references to imi_SqlGeography_STAsText
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
213object result = imi_SqlGeography_STAsText.Value.Invoke(sqlGeographyValue, new object[] { }); 1294this.imi_SqlGeography_STAsText = from.imi_SqlGeography_STAsText;