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