5 references to RelationalDispatch
Microsoft.CodeAnalysis.CSharp (5)
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.ValueDispatchNode.cs (5)
186return y.WithLeftAndRight(x.WithLeftAndRight(A, B), new RelationalDispatch(syntax, value, op, C, D)); 204return y.WithLeftAndRight(x, new RelationalDispatch(syntax, value, op, C, D)); 227return y.WithLeftAndRight(new RelationalDispatch(syntax, value, op, A, B), z.WithLeftAndRight(C, D)); 245return y.WithLeftAndRight(new RelationalDispatch(syntax, value, op, A, B), z); 252return new RelationalDispatch(syntax, value, op, left: left, right: right);