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