2 references to WithLeft
Microsoft.CodeAnalysis.CSharp.Features (1)
AddImport\CSharpAddImportFeatureService.cs (1)
550return qualifiedName.WithLeft(AddOrReplaceAlias(qualifiedName.Left, alias));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
11124var newNode = node.WithLeft(node.Left).WithDotToken(node.DotToken).WithRight(node.Right);