2 writes to _editCount
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\FileCodeModel.cs (2)
286_editCount++; 301_editCount--;
7 references to _editCount
Microsoft.VisualStudio.LanguageServices.Implementation (7)
CodeModel\FileCodeModel.cs (7)
115Debug.Assert(_editCount == 0, "FileCodeModel have an open edit and the underlying file is being renamed. This is a bug."); 288if (_editCount == 1) 299Debug.Assert(_editCount >= 1); 302if (_editCount == 0) 666if (_editCount == 1) 684if (_editCount == 1) 770return _batchMode && _editCount > 0;