2 writes to _isInherited
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureInfo.cs (2)
170_isInherited = GetType() != typeof(CultureInfo); 211_isInherited = GetType() != typeof(CultureInfo);
5 references to _isInherited
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureInfo.cs (3)
340if (!culture._isInherited) 885if (!_isInherited) 937if (!ci._isInherited)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (1)
301if (!culture._isInherited)
src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (1)
401if (!culture._isInherited)