2 references to WithIdentifier
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
749var newDesignation = designation.WithIdentifier(newIdentifier);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.cs (1)
12464var newNode = node.WithIdentifier(node.Identifier);