2 references to IntoKeyword
Microsoft.CodeAnalysis.CSharp (2)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
7495
if (intoKeyword != this.
IntoKeyword
|| identifier != this.Identifier)
28159
=> node.Update((SyntaxToken)Visit(node.
IntoKeyword
), (SyntaxToken)Visit(node.Identifier));