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