3 writes to _nestingCount
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.SymbolKeyWriter.cs (3)
90
_nestingCount
= 0;
116
_nestingCount
++;
124
_nestingCount
--;
1 reference to _nestingCount
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\SymbolKey\SymbolKey.SymbolKeyWriter.cs (1)
109
Debug.Assert(
_nestingCount
== 0);