3 writes to _defaultLocaleID
System.Data (3)
fx\src\data\System\Data\Common\FieldNameLookup.cs (3)
39
_defaultLocaleID
= defaultLocaleID;
51
_defaultLocaleID
= defaultLocaleID;
64
_defaultLocaleID
= defaultLocaleID;
2 references to _defaultLocaleID
System.Data (2)
fx\src\data\System\Data\Common\FieldNameLookup.cs (2)
111
if (-1 !=
_defaultLocaleID
) {
112
compareInfo = CompareInfo.GetCompareInfo(
_defaultLocaleID
);