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)
3750
var newNode = SyntaxFactory.
WithExpression
(expression, withKeyword, initializer);