3 writes to _batchMode
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\FileCodeModel.cs (3)
92_batchMode = false; 668_batchMode = true; 737_batchMode = false;
1 reference to _batchMode
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel.cs (1)
770return _batchMode && _editCount > 0;