1 write to _createChangedSolutionAsync
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
src\Analyzers\Core\CodeFixes\NamingStyle\NamingStyleCodeFixProvider.cs (1)
146_createChangedSolutionAsync = createChangedSolutionAsync;
2 references to _createChangedSolutionAsync
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Analyzers\Core\CodeFixes\NamingStyle\NamingStyleCodeFixProvider.cs (2)
151=> [new ApplyChangesOperation(await _createChangedSolutionAsync(cancellationToken).ConfigureAwait(false))]; 155var newSolution = await _createChangedSolutionAsync(cancellationToken).ConfigureAwait(false);