3 writes to withKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
5856
this.
withKeyword
= withKeyword;
5869
this.
withKeyword
= withKeyword;
5881
this.
withKeyword
= withKeyword;
5 references to withKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
5887
public SyntaxToken WithKeyword => this.
withKeyword
;
5895
1 => this.
withKeyword
,
5923
=> new WithExpressionSyntax(this.Kind, this.expression, this.
withKeyword
, this.initializer, diagnostics, GetAnnotations());
5926
=> new WithExpressionSyntax(this.Kind, this.expression, this.
withKeyword
, this.initializer, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
3777
public SyntaxToken WithKeyword => new SyntaxToken(this, ((InternalSyntax.WithExpressionSyntax)this.Green).
withKeyword
, GetChildPosition(1), GetChildIndex(1));