1 implementation of GetPeekableItemsAsync
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Peek\PeekableItemFactory.cs (1)
47
public async Task<IEnumerable<IPeekableItem>>
GetPeekableItemsAsync
(
1 reference to GetPeekableItemsAsync
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Peek\PeekableItemSource.cs (1)
118
peekableItems.AddRange(await _peekableItemFactory.
GetPeekableItemsAsync
(