1 write to CodeActionTitle
Microsoft.CodeAnalysis.Workspaces (1)
CodeRefactorings\FixAllOccurences\FixAllState.cs (1)
70this.CodeActionTitle = codeActionTitle;
2 references to CodeActionTitle
Microsoft.CodeAnalysis.Workspaces (2)
CodeRefactorings\FixAllOccurences\FixAllContext.cs (1)
114=> FixAllHelper.GetDefaultFixAllTitle(this.Scope, this.State.CodeActionTitle, this.Document, this.Project);
CodeRefactorings\FixAllOccurences\FixAllState.cs (1)
82this.CodeActionTitle,