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)
80token = _waitingForEnd ? 1 : 0; 85if (_waitingForEnd && token == 1)