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