1 write to _definition
Microsoft.TemplateEngine.Core (1)
Operations\Conditional.cs (1)
136_definition = definition;
13 references to _definition
Microsoft.TemplateEngine.Core (13)
Operations\Conditional.cs (13)
159if (_definition.WholeLine) 163else if (_definition.TrimWhitespace) 188if (_definition.WholeLine) 232if (_definition.WholeLine) 236else if (_definition.TrimWhitespace) 263if (_definition.WholeLine) 267else if (_definition.TrimWhitespace) 282if (_definition.WholeLine) 315processor.WhitespaceHandler(ref bufferLength, ref currentBufferPosition, wholeLine: _definition.WholeLine, trim: _definition.TrimWhitespace); 349if (_definition.WholeLine) 446foreach (string otherOptionDisableFlag in _implementation._definition.Tokens.ActionableOperations) 454BranchTaken = _implementation._definition.Evaluator(processor, ref bufferLength, ref currentBufferPosition, out bool faulted);