3 references to FindDeclaratorAsync
Microsoft.CodeAnalysis.CSharp.Features (3)
CodeRefactorings\InlineTemporary\InlineTemporaryCodeRefactoringProvider.cs (3)
147declarator = await FindDeclaratorAsync(document, cancellationToken).ConfigureAwait(false); 159declarator = await FindDeclaratorAsync(document, cancellationToken).ConfigureAwait(false); 177declarator = await FindDeclaratorAsync(document, cancellationToken).ConfigureAwait(false);