3 writes to identifier
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
22346
this.
identifier
= identifier;
22378
this.
identifier
= identifier;
22409
this.
identifier
= identifier;
5 references to identifier
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
22424
public SyntaxToken? Identifier => this.
identifier
;
22433
3 => this.
identifier
,
22461
=> new ParameterSyntax(this.Kind, this.attributeLists, this.modifiers, this.type, this.
identifier
, this.@default, diagnostics, GetAnnotations());
22464
=> new ParameterSyntax(this.Kind, this.attributeLists, this.modifiers, this.type, this.
identifier
, this.@default, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
14102
var slot = ((Syntax.InternalSyntax.ParameterSyntax)this.Green).
identifier
;