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