3 writes to finallyKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
15054
this.
finallyKeyword
= finallyKeyword;
15065
this.
finallyKeyword
= finallyKeyword;
15075
this.
finallyKeyword
= finallyKeyword;
5 references to finallyKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
15080
public SyntaxToken FinallyKeyword => this.
finallyKeyword
;
15086
0 => this.
finallyKeyword
,
15114
=> new FinallyClauseSyntax(this.Kind, this.
finallyKeyword
, this.block, diagnostics, GetAnnotations());
15117
=> new FinallyClauseSyntax(this.Kind, this.
finallyKeyword
, this.block, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
9350
public SyntaxToken FinallyKeyword => new SyntaxToken(this, ((InternalSyntax.FinallyClauseSyntax)this.Green).
finallyKeyword
, Position, 0);