Implemented interface member:
method
CreateItemAsync
Microsoft.CodeAnalysis.CallHierarchy.ICallHierarchyService.CreateItemAsync(Microsoft.CodeAnalysis.ISymbol, Microsoft.CodeAnalysis.Project, System.Threading.CancellationToken)
3 references to CreateItemAsync
Microsoft.CodeAnalysis.Features (3)
CallHierarchy\AbstractCallHierarchyService.cs (3)
237var item = await CreateItemAsync(referencedSymbol, referencedProject, cancellationToken).ConfigureAwait(false); 282var item = await CreateItemAsync(caller.CallingSymbol, callingProject, cancellationToken).ConfigureAwait(false); 313var item = await CreateItemAsync(symbol, bestLocation.Project, cancellationToken).ConfigureAwait(false);