2 references to GeographyCollectionFromText
System.Data.Entity (2)
System\Data\Objects\ELinq\SpatialMethodCallTranslator.cs (2)
72
yield return GetStaticMethod(() => System.Data.Spatial.DbGeography.
GeographyCollectionFromText
(default(string), default(int)));
152
result.Add(GetStaticMethod(() => System.Data.Spatial.DbGeography.
GeographyCollectionFromText
(default(string), default(int))), "GeographyCollectionFromText");