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)
107EngineConfig adjustedConfig = new EngineConfig(processor.Config.Logger, processor.Config.Whitespaces, processor.Config.LineEndings, processor.Config.Variables, _definition.VariableFormat); 112bool value = _definition.Evaluator(localState, ref len, ref pos, out bool faulted); 136processor.WhitespaceHandler(ref bufferLength, ref currentBufferPosition, _definition.WholeLine, _definition.TrimWhitespace);