3 writes to identifier
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
14865
this.
identifier
= identifier;
14883
this.
identifier
= identifier;
14900
this.
identifier
= identifier;
5 references to identifier
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
14908
public SyntaxToken? Identifier => this.
identifier
;
14916
2 => this.
identifier
,
14944
=> new CatchDeclarationSyntax(this.Kind, this.openParenToken, this.type, this.
identifier
, this.closeParenToken, diagnostics, GetAnnotations());
14947
=> new CatchDeclarationSyntax(this.Kind, this.openParenToken, this.type, this.
identifier
, this.closeParenToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
9255
var slot = ((Syntax.InternalSyntax.CatchDeclarationSyntax)this.Green).
identifier
;