1 reference to FindNextConstructorInChainAsync
Microsoft.CodeAnalysis.Features (1)
GoToBase\AbstractGoToBaseService.cs (1)
47
var nextConstructor = await
FindNextConstructorInChainAsync
(solution, constructor, cancellationToken).ConfigureAwait(false);