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