3 writes to name
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
2405
this.
name
= name;
2416
this.
name
= name;
2426
this.
name
= name;
4 references to name
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
2432
public SimpleNameSyntax Name => this.
name
;
2438
1 => this.
name
,
2465
=> new MemberBindingExpressionSyntax(this.Kind, this.operatorToken, this.
name
, diagnostics, GetAnnotations());
2468
=> new MemberBindingExpressionSyntax(this.Kind, this.operatorToken, this.
name
, GetDiagnostics(), annotations);