1 write to _haveReadDefaultColors
mscorlib (1)
system\console.cs (1)
997_haveReadDefaultColors = true;
4 references to _haveReadDefaultColors
mscorlib (4)
system\console.cs (4)
771Contract.Assert(_haveReadDefaultColors, "Setting the foreground color before we've read the default foreground color!"); 812Contract.Assert(_haveReadDefaultColors, "Setting the foreground color before we've read the default foreground color!"); 837Contract.Assert(_haveReadDefaultColors, "Setting the foreground color before we've read the default foreground color!"); 992if (!_haveReadDefaultColors) {