1 write to spatialReader
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Shaper.cs (1)
39
this.
spatialReader
= new Singleton<DbSpatialDataReader>(CreateSpatialDataReader);
10 references to spatialReader
System.Data.Entity (10)
System\Data\Common\Internal\Materialization\Shaper.cs (10)
609
return this.
spatialReader
.Value.GetGeography(ordinal);
614
return this.
spatialReader
.Value.GetGeometry(ordinal);
625
(reader, column) => (TColumn)(object)this.
spatialReader
.Value.GetGeography(column),
626
(reader, column) => this.
spatialReader
.Value.GetGeography(column)
632
(reader, column) => (TColumn)(object)this.
spatialReader
.Value.GetGeometry(column),
633
(reader, column) => this.
spatialReader
.Value.GetGeometry(column)
645
(reader, column) => (TProperty)(object)this.
spatialReader
.Value.GetGeography(column),
646
(reader, column) => this.
spatialReader
.Value.GetGeography(column)
653
(reader, column) => (TProperty)(object)this.
spatialReader
.Value.GetGeometry(column),
654
(reader, column) => this.
spatialReader
.Value.GetGeometry(column)