1 write to Operand
Microsoft.TemplateEngine.Core (1)
Expressions\UnaryScope.cs (1)
42Operand = child;
5 references to Operand
Microsoft.TemplateEngine.Core (5)
Expressions\ScopeBuilder.cs (1)
270&& o.Operand == oldActive)))
Expressions\UnaryScope.cs (4)
17public bool IsFull => Operand != null; 29object? operand = Operand?.Evaluate(); 35return $@"{Operator}({Operand})"; 40if (Operand == null)