4 references to AsText
System.Data.Entity (4)
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
277_key.Append(geography.AsText());
System\Data\Objects\ELinq\SpatialMethodCallTranslator.cs (2)
86yield return GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.AsText()); 166result.Add(GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.AsText()), "AsText");
System\Data\SqlClient\IDbSpatialValue.cs (1)
122?? NullIfNotImplemented(geog => geog.AsText()); // better than nothing if the provider doesn't support AsTextIncludingElevationAndMeasure