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)
110
Debug.Assert(
_editCount
== 0, "FileCodeModel have an open edit and the underlying file is being renamed. This is a bug.");
283
if (
_editCount
== 1)
294
Debug.Assert(
_editCount
>= 1);
297
if (
_editCount
== 0)
661
if (
_editCount
== 1)
679
if (
_editCount
== 1)
765
return _batchMode &&
_editCount
> 0;