2 references to ThrowKeyword
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
12003
if (attributeLists != this.AttributeLists || throwKeyword != this.
ThrowKeyword
|| expression != this.Expression || semicolonToken != this.SemicolonToken)
28303
=> node.Update(VisitList(node.AttributeLists), (SyntaxToken)Visit(node.
ThrowKeyword
), (ExpressionSyntax)Visit(node.Expression), (SyntaxToken)Visit(node.SemicolonToken));