2 references to IfKeyword
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
25304
if (hashToken != this.HashToken || ifKeyword != this.
IfKeyword
|| condition != this.Condition || endOfDirectiveToken != this.EndOfDirectiveToken)
28612
=> node.Update((SyntaxToken)Visit(node.HashToken), (SyntaxToken)Visit(node.
IfKeyword
), (ExpressionSyntax)Visit(node.Condition), (SyntaxToken)Visit(node.EndOfDirectiveToken), node.IsActive, node.BranchTaken, node.ConditionValue);