Home
last modified time | relevance | path

Searched refs:ReduceVariable (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Ast/
H A DUnaryExpression.cs150 return ReduceVariable(); in Reduce()
170 private Expression ReduceVariable() { in ReduceVariable() method in Microsoft.Scripting.Ast.UnaryExpression
195 return ReduceVariable(); in ReduceMember()
H A DBinaryExpression.cs150 return ReduceVariable(); in Reduce()
195 private Expression ReduceVariable() { in ReduceVariable() method in Microsoft.Scripting.Ast.BinaryExpression
213 return ReduceVariable(); in ReduceMember()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/
H A DUnaryExpression.cs125 return ReduceVariable(); in Reduce()
151 private Expression ReduceVariable() in ReduceVariable() method in System.Linq.Expressions.UnaryExpression
182 return ReduceVariable(); in ReduceMember()
H A DBinaryExpression.cs133 return ReduceVariable(); in Reduce()
178 private Expression ReduceVariable() in ReduceVariable() method in System.Linq.Expressions.BinaryExpression
200 return ReduceVariable(); in ReduceMember()