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