3 writes to equalsValue
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
18486this.equalsValue = equalsValue; 18510this.equalsValue = equalsValue; 18533this.equalsValue = equalsValue;
4 references to equalsValue
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
18541public EqualsValueClauseSyntax? EqualsValue => this.equalsValue; 185493 => 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);