1 write to CodeActionTitle
Microsoft.CodeAnalysis.Workspaces (1)
CodeRefactorings\FixAllOccurences\RefactorAllState.cs (1)
69this.CodeActionTitle = codeActionTitle;
2 references to CodeActionTitle
Microsoft.CodeAnalysis.Workspaces (2)
CodeRefactorings\FixAllOccurences\RefactorAllContext.cs (1)
103=> FixAllHelper.GetDefaultFixAllTitle(this.Scope.ToFixAllScope(), this.State.CodeActionTitle, this.Document, this.Project);
CodeRefactorings\FixAllOccurences\RefactorAllState.cs (1)
81this.CodeActionTitle,