1 write to _definition
Microsoft.TemplateEngine.Core (1)
Operations\InlineMarkupConditional.cs (1)
80
_definition
= definition;
4 references to _definition
Microsoft.TemplateEngine.Core (4)
Operations\InlineMarkupConditional.cs (4)
107
EngineConfig adjustedConfig = new EngineConfig(processor.Config.Logger, processor.Config.Whitespaces, processor.Config.LineEndings, processor.Config.Variables,
_definition
.VariableFormat);
112
bool value =
_definition
.Evaluator(localState, ref len, ref pos, out bool faulted);
136
processor.WhitespaceHandler(ref bufferLength, ref currentBufferPosition,
_definition
.WholeLine,
_definition
.TrimWhitespace);