3 writes to withKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
6794
this.
withKeyword
= withKeyword;
6805
this.
withKeyword
= withKeyword;
6815
this.
withKeyword
= withKeyword;
5 references to withKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
6820
public SyntaxToken WithKeyword => this.
withKeyword
;
6826
0 => this.
withKeyword
,
6854
=> new WithElementSyntax(this.Kind, this.
withKeyword
, this.argumentList, diagnostics, GetAnnotations());
6857
=> new WithElementSyntax(this.Kind, this.
withKeyword
, this.argumentList, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
4347
public SyntaxToken WithKeyword => new SyntaxToken(this, ((InternalSyntax.WithElementSyntax)this.Green).
withKeyword
, Position, 0);