3 writes to Right
Microsoft.TemplateEngine.Core (3)
Expressions\BinaryScope.cs (1)
51
Right
= child;
Expressions\OperatorSetBuilder.cs (2)
232
left.
Right
= self;
255
binary.
Right
= self;
7 references to Right
Microsoft.TemplateEngine.Core (7)
Expressions\BinaryScope.cs (4)
17
public bool IsFull => Left != null &&
Right
!= null;
32
object? right =
Right
?.Evaluate();
38
return $@"({Left} -{Operator}- {
Right
})";
49
if (
Right
== null)
Expressions\OperatorSetBuilder.cs (3)
229
Left = left.
Right
231
left.
Right
!.Parent = self;
253
else if (binary.
Right
== active)