3 references to MapItemAsync
Microsoft.CodeAnalysis.Remote.Razor (3)
CallHierarchy\RemoteCallHierarchyService.cs (3)
115
var mappedFromItem = await
MapItemAsync
(context, incomingCall.From, cancellationToken).ConfigureAwait(false);
165
var mappedToItem = await
MapItemAsync
(context, outgoingCall.To, cancellationToken).ConfigureAwait(false);
187
var mappedItem = await
MapItemAsync
(context, item, cancellationToken).ConfigureAwait(false);