1 write to _createChangedSolutionAsync
Microsoft.CodeAnalysis.Features (1)
NamingStyleCodeFixProvider.cs (1)
149
_createChangedSolutionAsync
= createChangedSolutionAsync;
2 references to _createChangedSolutionAsync
Microsoft.CodeAnalysis.Features (2)
NamingStyleCodeFixProvider.cs (2)
156
new ApplyChangesOperation(await
_createChangedSolutionAsync
(cancellationToken).ConfigureAwait(false)));
160
var newSolution = await
_createChangedSolutionAsync
(cancellationToken).ConfigureAwait(false);