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,
298
return
_stateDoNotAccessDirectly
;
306
var state =
_stateDoNotAccessDirectly
;
321
return
_stateDoNotAccessDirectly
;