2 references to FromBinary
System.Data.Entity (2)
System\Data\Objects\ELinq\SpatialMethodCallTranslator.cs (2)
107
yield return GetStaticMethod(() => System.Data.Spatial.DbGeometry.
FromBinary
(default(byte[])));
187
result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeometry.
FromBinary
(default(byte[]))), "GeometryFromBinary");