2 writes to smi_SqlGeography_Parse
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
1156this.smi_SqlGeography_Parse = new Singleton<MethodInfo>(() => { MethodInfo result = FindSqlGeographyStaticMethod("Parse", SqlTypes.SqlStringType); Debug.Assert(result != null, "Could not retrieve MethodInfo for SqlGeography member Parse"); return result; }); 1271this.smi_SqlGeography_Parse = from.smi_SqlGeography_Parse;
2 references to smi_SqlGeography_Parse
System.Data.Entity (2)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (2)
32object result = smi_SqlGeography_Parse.Value.Invoke(null, new object[] { sqlGeographyText }); 1271this.smi_SqlGeography_Parse = from.smi_SqlGeography_Parse;