2 references to PointFromBinary
System.Data.Entity (2)
System\Data\Objects\ELinq\SpatialMethodCallTranslator.cs (2)
109
yield return GetStaticMethod(() => System.Data.Spatial.DbGeometry.
PointFromBinary
(default(byte[]), default(int)));
189
result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeometry.
PointFromBinary
(default(byte[]), default(int))), "GeometryPointFromBinary");