3 writes to isKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
8195
this.
isKeyword
= isKeyword;
8208
this.
isKeyword
= isKeyword;
8220
this.
isKeyword
= isKeyword;
5 references to isKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
8227
public SyntaxToken IsKeyword => this.
isKeyword
;
8235
1 => this.
isKeyword
,
8263
=> new IsPatternExpressionSyntax(this.Kind, this.expression, this.
isKeyword
, this.pattern, diagnostics, GetAnnotations());
8266
=> new IsPatternExpressionSyntax(this.Kind, this.expression, this.
isKeyword
, this.pattern, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
5162
public SyntaxToken IsKeyword => new SyntaxToken(this, ((InternalSyntax.IsPatternExpressionSyntax)this.Green).
isKeyword
, GetChildPosition(1), GetChildIndex(1));