2 writes to _stateDoNotAccessDirectly
Microsoft.VisualStudio.LanguageServices (2)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (2)
308_stateDoNotAccessDirectly = null; 320_stateDoNotAccessDirectly ??= new InProgressState(_workspace.CurrentSolution);
4 references to _stateDoNotAccessDirectly
Microsoft.VisualStudio.LanguageServices (4)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (4)
47/// <see cref="_stateDoNotAccessDirectly"/> represents the state from build errors, 298return _stateDoNotAccessDirectly; 306var state = _stateDoNotAccessDirectly; 321return _stateDoNotAccessDirectly;