4 writes to Left
Microsoft.TemplateEngine.Core (4)
Expressions\BinaryScope.cs (1)
45Left = child;
Expressions\OperatorSetBuilder.cs (3)
229Left = left.Right 251binary.Left = self; 262self.Left = active;
5 references to Left
Microsoft.TemplateEngine.Core (5)
Expressions\BinaryScope.cs (4)
17public bool IsFull => Left != null && Right != null; 31object? left = Left?.Evaluate(); 38return $@"({Left} -{Operator}- {Right})"; 43if (Left == null)
Expressions\OperatorSetBuilder.cs (1)
249if (binary.Left == active)