1 write to _newName
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\NamingStyle\NamingStyleCodeFixProvider.cs (1)
143_newName = newName;
1 reference to _newName
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\NamingStyle\NamingStyleCodeFixProvider.cs (1)
168operations.Add(factory.CreateSymbolRenamedOperation(_symbol, _newName, _startingSolution, newSolution));