2 writes to BranchTaken
Microsoft.TemplateEngine.Core (2)
Operations\Conditional.cs (2)
314_current.BranchTaken = true; 454BranchTaken = _implementation._definition.Evaluator(processor, ref bufferLength, ref currentBufferPosition, out bool faulted);
2 references to BranchTaken
Microsoft.TemplateEngine.Core (2)
Operations\Conditional.cs (2)
244if (_current.BranchTaken) 455return BranchTaken;