2 writes to _isShowingDocumentChangeErrorInfoBar
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\VisualStudioWorkspaceImpl.cs (2)
1265
_isShowingDocumentChangeErrorInfoBar
= true;
1275
_isShowingDocumentChangeErrorInfoBar
= false;
1 reference to _isShowingDocumentChangeErrorInfoBar
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
1242
if (_ignoreDocumentTextChangeErrors ||
_isShowingDocumentChangeErrorInfoBar
)