2 references to WithKeyword
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
5907
if (expression != this.Expression || withKeyword != this.
WithKeyword
|| initializer != this.Initializer)
28111
=> node.Update((ExpressionSyntax)Visit(node.Expression), (SyntaxToken)Visit(node.
WithKeyword
), (InitializerExpressionSyntax)Visit(node.Initializer));