2 writes to _currentLogLevel
Microsoft.CodeAnalysis.LanguageServer (2)
ServerConfigurationFactory.cs (2)
62
_currentLogLevel
= (int)initialLogLevel;
67
Interlocked.Exchange(ref
_currentLogLevel
, (int)level);
1 reference to _currentLogLevel
Microsoft.CodeAnalysis.LanguageServer (1)
ServerConfigurationFactory.cs (1)
72
return (LogLevel)
_currentLogLevel
;