2 references to FromBinary
System.Data.Entity (2)
System\Data\Objects\ELinq\SpatialMethodCallTranslator.cs (2)
73
yield return GetStaticMethod(() => System.Data.Spatial.DbGeography.
FromBinary
(default(byte[]), default(int)));
153
result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeography.
FromBinary
(default(byte[]), default(int))), "GeographyFromBinary");