1 override of FindNextConstructorInChainAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
GoToBase\CSharpGoToBaseService.cs (1)
26protected override async Task<IMethodSymbol?> FindNextConstructorInChainAsync(
1 reference to FindNextConstructorInChainAsync
Microsoft.CodeAnalysis.Features (1)
GoToBase\AbstractGoToBaseService.cs (1)
47var nextConstructor = await FindNextConstructorInChainAsync(solution, constructor, cancellationToken).ConfigureAwait(false);