2 references to GetTriggerText
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\InlineRenameSession.OpenTextBufferManager.cs (2)
189
new InlineRenameLocation(document, span),
GetTriggerText
(document, span), CancellationToken.None);
476
new InlineRenameLocation(newDocument, replacement.NewSpan),
GetTriggerText
(newDocument, replacement.NewSpan),