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)
4688if (intoKeyword != this.IntoKeyword || identifier != this.Identifier) 4699public JoinIntoClauseSyntax WithIdentifier(SyntaxToken identifier) => Update(this.IntoKeyword, identifier);
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1889return ((JoinIntoClauseSyntax)node).IntoKeyword.Span;