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