2 references to LockKeyword
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
13539
if (attributeLists != this.AttributeLists || lockKeyword != this.
LockKeyword
|| openParenToken != this.OpenParenToken || expression != this.Expression || closeParenToken != this.CloseParenToken || statement != this.Statement)
28336
=> node.Update(VisitList(node.AttributeLists), (SyntaxToken)Visit(node.
LockKeyword
), (SyntaxToken)Visit(node.OpenParenToken), (ExpressionSyntax)Visit(node.Expression), (SyntaxToken)Visit(node.CloseParenToken), (StatementSyntax)Visit(node.Statement));