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,
507
return
_stateDoNotAccessDirectly
;
515
var state =
_stateDoNotAccessDirectly
;
526
if (
_stateDoNotAccessDirectly
== null)
532
OnBuildProgressChanged(
_stateDoNotAccessDirectly
, BuildProgress.Started);
535
return
_stateDoNotAccessDirectly
;