4 references to UnderscoreToken
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
8475if (underscoreToken != this.UnderscoreToken) 28195=> node.Update((SyntaxToken)Visit(node.UnderscoreToken));
Parser\LanguageParser_Patterns.cs (2)
28DiscardPatternSyntax dp => _syntaxFactory.IdentifierName(ConvertToIdentifier(dp.UnderscoreToken)), 474DiscardPatternSyntax dp => _syntaxFactory.IdentifierName(ConvertToIdentifier(dp.UnderscoreToken)),