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)
765
return
_batchMode
&& _editCount > 0;