2 references to GetOpenTextDocumentInCurrentContextWithChanges
Microsoft.CodeAnalysis.EditorFeatures (2)
Suggestions\SuggestedActionsSource.cs (1)
156var document = range.Snapshot.GetOpenTextDocumentInCurrentContextWithChanges();
Suggestions\SuggestedActionsSource_Async.cs (1)
76var document = range.Snapshot.GetOpenTextDocumentInCurrentContextWithChanges();