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)
66if (!_enabled)