3 writes to _nestingCount
Microsoft.CodeAnalysis.CodeStyle (3)
SymbolKey.SymbolKeyWriter.cs (3)
90
_nestingCount
= 0;
116
_nestingCount
++;
124
_nestingCount
--;
1 reference to _nestingCount
Microsoft.CodeAnalysis.CodeStyle (1)
SymbolKey.SymbolKeyWriter.cs (1)
109
Debug.Assert(
_nestingCount
== 0);