3 writes to name
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
2230
this.
name
= name;
2243
this.
name
= name;
2255
this.
name
= name;
4 references to name
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
2263
public SimpleNameSyntax Name => this.
name
;
2270
2 => this.
name
,
2297
=> new MemberAccessExpressionSyntax(this.Kind, this.expression, this.operatorToken, this.
name
, diagnostics, GetAnnotations());
2300
=> new MemberAccessExpressionSyntax(this.Kind, this.expression, this.operatorToken, this.
name
, GetDiagnostics(), annotations);