4 references to Document
Microsoft.CodeAnalysis.EditorFeatures (4)
InlineRename\AbstractEditorInlineRenameService.SymbolRenameInfo.cs (4)
67
this.TriggerSpan = GetReferenceEditSpan(new InlineRenameLocation(this.
Document
, info.TriggerToken.Span), info.TriggerText, cancellationToken);
134
var solution = this.
Document
.Project.Solution;
156
this.
Document
.Project.Solution.CanApplyChange(ApplyChangesKind.ChangeDocumentInfo))
166
var symbolSourceDocument = this.
Document
.Project.Solution.GetDocument(RenameSymbol.Locations.Single().SourceTree);