2 writes to _enabled
Microsoft.VisualStudio.LanguageServices (2)
Telemetry\FileLogger.cs (2)
41_enabled = globalOptions.GetOption(VisualStudioLoggingOptionsStorage.EnableFileLoggingForDiagnostics); 59_enabled = (bool)e.Value;
1 reference to _enabled
Microsoft.VisualStudio.LanguageServices (1)
Telemetry\FileLogger.cs (1)
65if (!_enabled)