2 overrides of HandleDeclarationAsync
Microsoft.CodeAnalysis.CSharp.Features (2)
CodeRefactorings\UseExplicitOrImplicitType\UseExplicitTypeCodeRefactoringProvider.cs (1)
35
protected override Task
HandleDeclarationAsync
(Document document, SyntaxEditor editor, TypeSyntax node, CancellationToken cancellationToken)
CodeRefactorings\UseExplicitOrImplicitType\UseImplicitTypeCodeRefactoringProvider.cs (1)
35
protected override Task
HandleDeclarationAsync
(Document document, SyntaxEditor editor, TypeSyntax type, CancellationToken cancellationToken)
1 reference to HandleDeclarationAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeRefactorings\UseExplicitOrImplicitType\AbstractUseTypeCodeRefactoringProvider.cs (1)
123
await
HandleDeclarationAsync
(document, editor, type, cancellationToken).ConfigureAwait(false);