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)
210if (_attributeArgumentAnalyzer != null) 212await _attributeArgumentAnalyzer.ComputeRefactoringsAsync(context, root).ConfigureAwait(false);