2 writes to _stateDoNotAccessDirectly
Microsoft.VisualStudio.LanguageServices (2)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (2)
517_stateDoNotAccessDirectly = null; 531_stateDoNotAccessDirectly = new InProgressState(this, _workspace.CurrentSolution, _activeCancellationSeriesDoNotAccessDirectly.CreateNext(_disposalToken));
6 references to _stateDoNotAccessDirectly
Microsoft.VisualStudio.LanguageServices (6)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (6)
48/// <see cref="_stateDoNotAccessDirectly"/> represents the state from build errors, 507return _stateDoNotAccessDirectly; 515var state = _stateDoNotAccessDirectly; 526if (_stateDoNotAccessDirectly == null) 532OnBuildProgressChanged(_stateDoNotAccessDirectly, BuildProgress.Started); 535return _stateDoNotAccessDirectly;