3 writes to checkedKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
20288
this.
checkedKeyword
= checkedKeyword;
20338
this.
checkedKeyword
= checkedKeyword;
20387
this.
checkedKeyword
= checkedKeyword;
5 references to checkedKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
20418
public SyntaxToken? CheckedKeyword => this.
checkedKeyword
;
20435
5 => this.
checkedKeyword
,
20467
=> new OperatorDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.returnType, this.explicitInterfaceSpecifier, this.operatorKeyword, this.
checkedKeyword
, this.operatorToken, this.parameterList, this.body, this.expressionBody, this.semicolonToken, diagnostics, GetAnnotations());
20470
=> new OperatorDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.returnType, this.explicitInterfaceSpecifier, this.operatorKeyword, this.
checkedKeyword
, this.operatorToken, this.parameterList, this.body, this.expressionBody, this.semicolonToken, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
12773
var slot = ((Syntax.InternalSyntax.OperatorDeclarationSyntax)this.Green).
checkedKeyword
;