2 overrides of Buffer
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
734public override DbGeometry Buffer(DbGeometry geometryValue, double distance)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
718public override System.Data.Spatial.DbGeometry Buffer(System.Data.Spatial.DbGeometry geometryValue, double distance)
1 reference to Buffer
System.Data.Entity (1)
System\Data\Spatial\DbGeometry.cs (1)
578return this.spatialSvcs.Buffer(this, distance.Value);