2 writes to _stateDoNotAccessDirectly
Microsoft.VisualStudio.LanguageServices (2)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (2)
287_stateDoNotAccessDirectly = null; 301_stateDoNotAccessDirectly = new InProgressState(this, _workspace.CurrentSolution);
5 references to _stateDoNotAccessDirectly
Microsoft.VisualStudio.LanguageServices (5)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (5)
47/// <see cref="_stateDoNotAccessDirectly"/> represents the state from build errors, 277return _stateDoNotAccessDirectly; 285var state = _stateDoNotAccessDirectly; 296if (_stateDoNotAccessDirectly == null) 304return _stateDoNotAccessDirectly;