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)
159
if (
_definition
.WholeLine)
163
else if (
_definition
.TrimWhitespace)
188
if (
_definition
.WholeLine)
232
if (
_definition
.WholeLine)
236
else if (
_definition
.TrimWhitespace)
263
if (
_definition
.WholeLine)
267
else if (
_definition
.TrimWhitespace)
282
if (
_definition
.WholeLine)
315
processor.WhitespaceHandler(ref bufferLength, ref currentBufferPosition, wholeLine:
_definition
.WholeLine, trim:
_definition
.TrimWhitespace);
349
if (
_definition
.WholeLine)
446
foreach (string otherOptionDisableFlag in _implementation.
_definition
.Tokens.ActionableOperations)
454
BranchTaken = _implementation.
_definition
.Evaluator(processor, ref bufferLength, ref currentBufferPosition, out bool faulted);