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