4 references to WithRight
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Analyzers\CSharp\CodeFixes\UseObjectInitializer\CSharpUseObjectInitializerCodeFixProvider.cs (1)
91
.
WithRight
(Indent(assignment.Right, options));
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
EventHookup\EventHookupCommandHandler_TabKeyCommand.cs (1)
279
.
WithRight
(eventHookupExpression.Right.WithAdditionalAnnotations(Simplifier.Annotation))
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\CodeFixes\UseObjectInitializer\CSharpUseObjectInitializerCodeFixProvider.cs (1)
91
.
WithRight
(Indent(assignment.Right, options));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
11476
var newNode = node.WithLeft(node.Left).WithOperatorToken(node.OperatorToken).
WithRight
(node.Right);