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