3 writes to _nestingCount
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.SymbolKeyWriter.cs (3)
91
_nestingCount
= 0;
117
_nestingCount
++;
125
_nestingCount
--;
1 reference to _nestingCount
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.SymbolKeyWriter.cs (1)
110
Debug.Assert(
_nestingCount
== 0);