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