4 references to IntoKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\0\Syntax.xml.Main.Generated.cs (1)
1747
=> node.Update(VisitToken(node.
IntoKeyword
), VisitToken(node.Identifier));
_generated\2\Syntax.xml.Syntax.Generated.cs (2)
4688
if (intoKeyword != this.
IntoKeyword
|| identifier != this.Identifier)
4699
public JoinIntoClauseSyntax WithIdentifier(SyntaxToken identifier) => Update(this.
IntoKeyword
, identifier);
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1889
return ((JoinIntoClauseSyntax)node).
IntoKeyword
.Span;