2 references to WithExpression
Microsoft.CodeAnalysis.CSharp (2)
_generated\0\Syntax.xml.Main.Generated.cs (1)
3330=> SyntaxFactory.WithExpression(expression, SyntaxFactory.Token(SyntaxKind.WithKeyword), initializer);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
3750var newNode = SyntaxFactory.WithExpression(expression, withKeyword, initializer);