2 writes to _waitingForEnd
Microsoft.TemplateEngine.Core (2)
Operations\Region.cs (2)
87
_waitingForEnd
= false;
100
_waitingForEnd
= true;
2 references to _waitingForEnd
Microsoft.TemplateEngine.Core (2)
Operations\Region.cs (2)
80
token =
_waitingForEnd
? 1 : 0;
85
if (
_waitingForEnd
&& token == 1)