2 writes to _editCount
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\FileCodeModel.cs (2)
281_editCount++; 296_editCount--;
7 references to _editCount
Microsoft.VisualStudio.LanguageServices.Implementation (7)
CodeModel\FileCodeModel.cs (7)
110Debug.Assert(_editCount == 0, "FileCodeModel have an open edit and the underlying file is being renamed. This is a bug."); 283if (_editCount == 1) 294Debug.Assert(_editCount >= 1); 297if (_editCount == 0) 661if (_editCount == 1) 679if (_editCount == 1) 765return _batchMode && _editCount > 0;