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