3 writes to tryKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
14623
this.
tryKeyword
= tryKeyword;
14649
this.
tryKeyword
= tryKeyword;
14674
this.
tryKeyword
= tryKeyword;
5 references to tryKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
14690
public SyntaxToken TryKeyword => this.
tryKeyword
;
14699
1 => this.
tryKeyword
,
14729
=> new TryStatementSyntax(this.Kind, this.attributeLists, this.
tryKeyword
, this.block, this.catches, this.@finally, diagnostics, GetAnnotations());
14732
=> new TryStatementSyntax(this.Kind, this.attributeLists, this.
tryKeyword
, this.block, this.catches, this.@finally, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
9108
public SyntaxToken TryKeyword => new SyntaxToken(this, ((InternalSyntax.TryStatementSyntax)this.Green).
tryKeyword
, GetChildPosition(1), GetChildIndex(1));