2 writes to _stateDoNotAccessDirectly
Microsoft.VisualStudio.LanguageServices (2)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (2)
313
_stateDoNotAccessDirectly
= null;
325
_stateDoNotAccessDirectly
??= new InProgressState(_workspace.CurrentSolution, _diagnosticCache);
4 references to _stateDoNotAccessDirectly
Microsoft.VisualStudio.LanguageServices (4)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (4)
47
/// <see cref="
_stateDoNotAccessDirectly
"/> represents the state from build errors,
303
return
_stateDoNotAccessDirectly
;
311
var state =
_stateDoNotAccessDirectly
;
326
return
_stateDoNotAccessDirectly
;