2 writes to _enabled
Microsoft.VisualStudio.LanguageServices (2)
Telemetry\FileLogger.cs (2)
45
_enabled
= optionService.GetOption(VisualStudioLoggingOptionsStorage.EnableFileLoggingForDiagnostics);
59
_enabled
= (bool)newValue;
1 reference to _enabled
Microsoft.VisualStudio.LanguageServices (1)
Telemetry\FileLogger.cs (1)
66
if (!
_enabled
)