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)
237
var item = await
CreateItemAsync
(referencedSymbol, referencedProject, cancellationToken).ConfigureAwait(false);
282
var item = await
CreateItemAsync
(caller.CallingSymbol, callingProject, cancellationToken).ConfigureAwait(false);
313
var item = await
CreateItemAsync
(symbol, bestLocation.Project, cancellationToken).ConfigureAwait(false);