2 writes to _statementDepth
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (2)
3181
_statementDepth
++;
3188
_statementDepth
--;
2 references to _statementDepth
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (2)
3175
Debug.Assert(
_statementDepth
>= 0, "statementDepth >= 0");
3176
return (
_statementDepth
> 0);