2 writes to imi_SqlGeography_STBuffer
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1184this.imi_SqlGeography_STBuffer = new Singleton<MethodInfo>(() => { MethodInfo result = FindSqlGeographyMethod("STBuffer", typeof(double)); Debug.Assert(result != null, "Could not retrieve MethodInfo for SqlGeography member STBuffer"); return result; }); 1299this.imi_SqlGeography_STBuffer = from.imi_SqlGeography_STBuffer;
2 references to imi_SqlGeography_STBuffer
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
256object result = imi_SqlGeography_STBuffer.Value.Invoke(sqlGeographyValue, new object[] { distance }); 1299this.imi_SqlGeography_STBuffer = from.imi_SqlGeography_STBuffer;