2 writes to _stateDoNotAccessDirectly
Microsoft.VisualStudio.LanguageServices (2)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (2)
290_stateDoNotAccessDirectly = null; 304_stateDoNotAccessDirectly = new InProgressState(this, _workspace.CurrentSolution);
5 references to _stateDoNotAccessDirectly
Microsoft.VisualStudio.LanguageServices (5)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (5)
48/// <see cref="_stateDoNotAccessDirectly"/> represents the state from build errors, 280return _stateDoNotAccessDirectly; 288var state = _stateDoNotAccessDirectly; 299if (_stateDoNotAccessDirectly == null) 307return _stateDoNotAccessDirectly;