2 overrides of Buffer
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
330public override DbGeography Buffer(DbGeography geographyValue, double distance)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
252public override System.Data.Spatial.DbGeography Buffer(System.Data.Spatial.DbGeography geographyValue, double distance)
1 reference to Buffer
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
483return this.spatialSvcs.Buffer(this, distance.Value);