2 writes to _defaultLocaleID
System.Data.Entity (2)
System\Data\Common\FieldNameLookup.cs (2)
43
_defaultLocaleID
= defaultLocaleID;
56
_defaultLocaleID
= defaultLocaleID;
2 references to _defaultLocaleID
System.Data.Entity (2)
System\Data\Common\FieldNameLookup.cs (2)
94
if (-1 !=
_defaultLocaleID
) {
95
compareInfo = CompareInfo.GetCompareInfo(
_defaultLocaleID
);