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