1 write to isSqlGeographyNull
System.Data.Entity (1)
System\Data\SqlClient\SqlTypesAssembly.cs (1)
229this.isSqlGeographyNull = Expressions.Lambda<object, bool>("sqlGeographyValue", sqlGeographyValue => sqlGeographyValue.ConvertTo(this.SqlGeographyType).Property<bool>("IsNull")).Compile();
1 reference to isSqlGeographyNull
System.Data.Entity (1)
System\Data\SqlClient\SqlTypesAssembly.cs (1)
372return isSqlGeographyNull(sqlGeographyValue);