2 writes to _backgroundColor
Microsoft.Build (2)
Logging\TargetConsoleConfiguration.cs (2)
25
_backgroundColor
= backgroundColor;
48
translator.TranslateEnum(ref
_backgroundColor
, (int)_backgroundColor);
2 references to _backgroundColor
Microsoft.Build (2)
Logging\TargetConsoleConfiguration.cs (2)
41
public ConsoleColor BackgroundColor =>
_backgroundColor
;
48
translator.TranslateEnum(ref _backgroundColor, (int)
_backgroundColor
);