4 references to GetAncestor
Microsoft.CodeAnalysis.CodeStyle.Fixes (4)
AbstractMakeMethodAsynchronousCodeFixProvider.cs (1)
150
var node = token.
GetAncestor
(IsAsyncSupportingFunctionSyntax);
AbstractMakeMethodSynchronousCodeFixProvider.cs (1)
35
var node = token.
GetAncestor
(IsAsyncSupportingFunctionSyntax);
AbstractRemoveAsyncModifierCodeFixProvider.cs (2)
38
var node = token.
GetAncestor
(IsAsyncSupportingFunctionSyntax);
78
var node = token.
GetAncestor
(IsAsyncSupportingFunctionSyntax);