3 writes to defaultKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
19428this.defaultKeyword = defaultKeyword; 19437this.defaultKeyword = defaultKeyword; 19445this.defaultKeyword = defaultKeyword;
5 references to defaultKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
19449public SyntaxToken DefaultKeyword => this.defaultKeyword; 19452=> index == 0 ? this.defaultKeyword : null; 19477=> new DefaultConstraintSyntax(this.Kind, this.defaultKeyword, diagnostics, GetAnnotations()); 19480=> new DefaultConstraintSyntax(this.Kind, this.defaultKeyword, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
12176public SyntaxToken DefaultKeyword => new SyntaxToken(this, ((InternalSyntax.DefaultConstraintSyntax)this.Green).defaultKeyword, Position, 0);