3 references to AsSpatialValue
System.Data.Entity (3)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
987AppendSpatialConstant(result, ((DbGeography)e.Value).AsSpatialValue());
System\Data\SqlClient\SqlSpatialServices.cs (1)
159var spatialValue = geographyValue.AsSpatialValue();
System\Data\SqlClient\SqlTypesAssembly.cs (1)
421object result = GetSqlTypesSpatialValue(geographyValue.AsSpatialValue(), SqlGeographyType);