3 writes to modifiers
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
19812
this.
modifiers
= modifiers;
19835
this.
modifiers
= modifiers;
19857
this.
modifiers
= modifiers;
4 references to modifiers
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
19868
public override CoreSyntax.SyntaxList<SyntaxToken> Modifiers => new CoreSyntax.SyntaxList<SyntaxToken>(this.
modifiers
);
19877
1 => this.
modifiers
,
19907
=> new EventFieldDeclarationSyntax(this.Kind, this.attributeLists, this.
modifiers
, this.eventKeyword, this.declaration, this.semicolonToken, diagnostics, GetAnnotations());
19910
=> new EventFieldDeclarationSyntax(this.Kind, this.attributeLists, this.
modifiers
, this.eventKeyword, this.declaration, this.semicolonToken, GetDiagnostics(), annotations);