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