8 references to UnderscoreToken
Microsoft.CodeAnalysis.CSharp (2)
_generated\0\Syntax.xml.Main.Generated.cs (1)
1864=> node.Update(VisitToken(node.UnderscoreToken));
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
6822if (underscoreToken != this.UnderscoreToken)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (2)
79text: discardSyntax.UnderscoreToken.Text, 80valueText: discardSyntax.UnderscoreToken.ValueText,
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (2)
79text: discardSyntax.UnderscoreToken.Text, 80valueText: discardSyntax.UnderscoreToken.ValueText,
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (2)
79text: discardSyntax.UnderscoreToken.Text, 80valueText: discardSyntax.UnderscoreToken.ValueText,