1 write to _attributeArgumentAnalyzer
Microsoft.CodeAnalysis.Features (1)
UseNamedArguments\AbstractUseNamedArgumentsCodeRefactoringProvider.cs (1)
195
_attributeArgumentAnalyzer
= attributeArgumentAnalyzer;
2 references to _attributeArgumentAnalyzer
Microsoft.CodeAnalysis.Features (2)
UseNamedArguments\AbstractUseNamedArgumentsCodeRefactoringProvider.cs (2)
210
if (
_attributeArgumentAnalyzer
!= null)
212
await
_attributeArgumentAnalyzer
.ComputeRefactoringsAsync(context, root).ConfigureAwait(false);