3 writes to _batchMode
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\FileCodeModel.cs (3)
90_batchMode = false; 663_batchMode = true; 732_batchMode = false;
1 reference to _batchMode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel.cs (1)
765return _batchMode && _editCount > 0;