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