10 references to UnderscoreToken
Microsoft.CodeAnalysis.CSharp (2)
Syntax.xml.Main.Generated.cs (1)
1852=> node.Update(VisitToken(node.UnderscoreToken));
Syntax.xml.Syntax.Generated.cs (1)
6776if (underscoreToken != this.UnderscoreToken)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (2)
79text: discardSyntax.UnderscoreToken.Text, 80valueText: discardSyntax.UnderscoreToken.ValueText,
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.cs (2)
12473Assert.Equal(SyntaxKind.UnderscoreToken, node.UnderscoreToken.Kind()); 12474var newNode = node.WithUnderscoreToken(node.UnderscoreToken);
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (2)
79text: discardSyntax.UnderscoreToken.Text, 80valueText: discardSyntax.UnderscoreToken.ValueText,
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\LanguageServices\CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (2)
79text: discardSyntax.UnderscoreToken.Text, 80valueText: discardSyntax.UnderscoreToken.ValueText,