4 references to WithRight
Microsoft.CodeAnalysis.CSharp.Features (3)
CodeRefactorings\UseRecursivePatterns\UseRecursivePatternsCodeRefactoringProvider.cs (1)
157
replacement = leftExpression.
WithRight
(replacement);
ReverseForStatement\CSharpReverseForStatementCodeRefactoringProvider.cs (2)
339
return Reduce(outerBinary.
WithRight
(innerRight.Left)
349
return Reduce(outerBinary.
WithRight
(innerLeft.Left)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
11464
var newNode = node.WithLeft(node.Left).WithOperatorToken(node.OperatorToken).
WithRight
(node.Right);