3 writes to equalsValue
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
18486
this.
equalsValue
= equalsValue;
18510
this.
equalsValue
= equalsValue;
18533
this.
equalsValue
= equalsValue;
4 references to equalsValue
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
18541
public EqualsValueClauseSyntax? EqualsValue => this.
equalsValue
;
18549
3 => this.
equalsValue
,
18576
=> new EnumMemberDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.identifier, this.
equalsValue
, diagnostics, GetAnnotations());
18579
=> new EnumMemberDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.identifier, this.
equalsValue
, GetDiagnostics(), annotations);