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