2 overrides of FindNextConstructorInChainAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
GoToBase\CSharpGoToBaseService.cs (1)
26
protected override async Task<IMethodSymbol?>
FindNextConstructorInChainAsync
(
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
GoToBase\VisualBasicGoToBaseService.vb (1)
21
Protected Overrides Async Function
FindNextConstructorInChainAsync
(solution As Solution, constructor As IMethodSymbol, cancellationToken As CancellationToken) As Task(Of IMethodSymbol)
1 reference to FindNextConstructorInChainAsync
Microsoft.CodeAnalysis.Features (1)
GoToBase\AbstractGoToBaseService.cs (1)
49
var nextConstructor = await
FindNextConstructorInChainAsync
(solution, constructor, cancellationToken).ConfigureAwait(false);