5 references to WithIdentifier
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\50a3a051b0fef0d6\CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (1)
65editor.ReplaceNode(catchDeclaration, catchDeclaration.WithIdentifier(default));
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveUnusedParametersAndValues\CSharpRemoveUnusedValuesCodeFixProvider.cs (1)
78return catchDeclaration.WithIdentifier(newName.WithTriviaFrom(catchDeclaration.Identifier));
Microsoft.CodeAnalysis.CSharp.Features (1)
src\roslyn\src\Analyzers\CSharp\CodeFixes\RemoveUnusedParametersAndValues\CSharpRemoveUnusedValuesCodeFixProvider.cs (1)
78return catchDeclaration.WithIdentifier(newName.WithTriviaFrom(catchDeclaration.Identifier));
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\50a3a051b0fef0d6\CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (1)
65editor.ReplaceNode(catchDeclaration, catchDeclaration.WithIdentifier(default));
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\50a3a051b0fef0d6\CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (1)
65editor.ReplaceNode(catchDeclaration, catchDeclaration.WithIdentifier(default));