Implemented interface member:
property
Document
Microsoft.CodeAnalysis.CodeFixesAndRefactorings.IFixAllContext.Document
4 references to Document
Microsoft.CodeAnalysis.Workspaces (4)
CodeRefactorings\FixAllOccurences\DocumentBasedFixAllProvider.cs (1)
46
/// Apply fix all operation for the code refactoring in the <see cref="FixAllContext.
Document
"/>
CodeRefactorings\FixAllOccurences\FixAllContext.cs (3)
57
/// Note that this property will always be the containing project of <see cref="
Document
"/>
59
/// with null <see cref="
Document
"/> and non-null Project, so we require this internal property for intermediate computation.
114
=> FixAllHelper.GetDefaultFixAllTitle(this.Scope, this.State.CodeActionTitle, this.
Document
, this.Project);